Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-ixp4xx/include/mach/
Dio.h107 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_writeb()
130 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_writew()
170 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_readb()
193 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_readw()
256 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in outb()
271 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in outw()
297 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in inb()
314 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in inw()
Dixp4xx-regs.h388 #define IXP4XX_PCI_NP_CBE_BESL 4 macro