Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H 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()
H A Dixp4xx-regs.h282 #define IXP4XX_PCI_NP_CBE_BESL 4 macro
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-ixp4xx.c86 #define IXP4XX_PCI_NP_CBE_BESL 4 macro

Completed in 4 milliseconds