Home
last modified time | relevance | path

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

/arch/arm/mach-ixp2000/
Dpci.c70 static u32 bytemask[] = { variable
92 *value = (*addr >> (8*n)) & bytemask[size]; in ixp2000_pci_read_config()
114 mask = ~(bytemask[size] << ((where % 0x4) * 8)); in ixp2000_pci_write_config()
/arch/arm/mach-ixp23xx/
Dpci.c80 static u32 bytemask[] = { variable
104 *value = (*addr >> (8*n)) & bytemask[size]; in ixp23xx_pci_read_config()
126 mask = ~(bytemask[size] << ((where % 0x4) * 8)); in ixp23xx_pci_write_config()
/arch/arm/mach-ixp4xx/
Dcommon-pci.c188 static u32 bytemask[] = { variable
213 *value = (data >> (8*n)) & bytemask[size]; in local_read_config()
260 *value = (data >> (8*n)) & bytemask[size]; in ixp4xx_pci_read_config()