Searched refs:IXP4XX_PCI_NP_CBE_BESL (Results 1 – 3 of 3) sorted by relevance
89 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()
283 #define IXP4XX_PCI_NP_CBE_BESL 4 macro
86 #define IXP4XX_PCI_NP_CBE_BESL 4 macro
Completed in 7 milliseconds