Searched refs:IXP4XX_PCI_NP_CBE_BESL (Results 1 – 2 of 2) sorted by relevance
92 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_writeb()117 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_writew()160 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_readb()185 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in __indirect_readw()253 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in outb()272 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in outw()304 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL; in inb()324 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL; in inw()
380 #define IXP4XX_PCI_NP_CBE_BESL 4 macro