Home
last modified time | relevance | path

Searched refs:PCI_CR1_CLS (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c110 out_be32(&pci->cr1, PCI_CR1_CLS(8) | PCI_CR1_LTMR(0xf8)); in pci_mcf547x_8x_init()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c84 out_be32(&pci->cr1, PCI_CR1_CLS(8) | PCI_CR1_LTMR(0xF8)); in pci_mcf5445x_init()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm547x_8x.h351 #define PCI_CR1_CLS(x) (x & 0x0F) /* Cache line size */ macro
H A Dm5445x.h823 #define PCI_CR1_CLS(x) (x & 0x0F) /* Cache line size */ macro