Searched refs:off_mask (Results 1 – 2 of 2) sorted by relevance
63 #define PCI_READ_VIA_DWORD_OP(size, type, off_mask) \ argument75 *val = (val32 >> ((offset & (int)off_mask) * 8)); \80 #define PCI_WRITE_VIA_DWORD_OP(size, type, off_mask, val_mask) \ argument90 shift = ((offset & (int)off_mask) * 8); \
1102 uint off_mask; in pci_conv_size_to_32() local1108 off_mask = 3; in pci_conv_size_to_32()1112 off_mask = 2; in pci_conv_size_to_32()1118 shift = (offset & off_mask) * 8; in pci_conv_size_to_32()