Searched refs:off_mask (Results 1 – 2 of 2) sorted by relevance
64 #define PCI_READ_VIA_DWORD_OP(size, type, off_mask) \ argument76 *val = (val32 >> ((offset & (int)off_mask) * 8)); \81 #define PCI_WRITE_VIA_DWORD_OP(size, type, off_mask, val_mask) \ argument91 shift = ((offset & (int)off_mask) * 8); \
1184 uint off_mask; in pci_conv_size_to_32() local1190 off_mask = 3; in pci_conv_size_to_32()1194 off_mask = 2; in pci_conv_size_to_32()1200 shift = (offset & off_mask) * 8; in pci_conv_size_to_32()