Home
last modified time | relevance | path

Searched refs:PCICR1_CL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Dm54xxpci.h134 #define PCICR1_CL(x) ((x) & 0xf) /* Cacheline size field */ macro
/openbmc/linux/arch/m68k/coldfire/
H A Dpci.c195 __raw_writel(PCICR1_LT(32) | PCICR1_CL(8), PCICR1); in mcf_pci_init()