HomeSort by relevance Sort by last modified time
    Searched refs:PCI_CR1_CLS (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf5445x/
pci.c 84 out_be32(&pci->cr1, PCI_CR1_CLS(8) | PCI_CR1_LTMR(0xF8));
  /external/u-boot/arch/m68k/cpu/mcf547x_8x/
pci.c 110 out_be32(&pci->cr1, PCI_CR1_CLS(8) | PCI_CR1_LTMR(0xf8));
  /external/u-boot/arch/m68k/include/asm/
m547x_8x.h 351 #define PCI_CR1_CLS(x) (x & 0x0F) /* Cache line size */
m5445x.h     [all...]

Completed in 451 milliseconds