Searched refs:bytemask (Results 1 – 3 of 3) sorted by relevance
70 static u32 bytemask[] = { variable92 *value = (*addr >> (8*n)) & bytemask[size]; in ixp2000_pci_read_config()114 mask = ~(bytemask[size] << ((where % 0x4) * 8)); in ixp2000_pci_write_config()
80 static u32 bytemask[] = { variable104 *value = (*addr >> (8*n)) & bytemask[size]; in ixp23xx_pci_read_config()126 mask = ~(bytemask[size] << ((where % 0x4) * 8)); in ixp23xx_pci_write_config()
188 static u32 bytemask[] = { variable213 *value = (data >> (8*n)) & bytemask[size]; in local_read_config()260 *value = (data >> (8*n)) & bytemask[size]; in ixp4xx_pci_read_config()