Home
last modified time | relevance | path

Searched refs:IXP4XX_PCI_NP_CBE_BESL (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mach-ixp4xx/include/mach/
A Dio.h89 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_writeb()
114 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_writew()
157 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_readb()
182 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_readw()
250 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in outb()
269 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in outw()
301 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in inb()
321 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in inw()
A Dixp4xx-regs.h283 #define IXP4XX_PCI_NP_CBE_BESL 4 macro
/linux/drivers/pci/controller/
A Dpci-ixp4xx.c86 #define IXP4XX_PCI_NP_CBE_BESL 4 macro

Completed in 7 milliseconds