PCI_REG_REG_M
if ((reg2->pci_phys_hi & PCI_REG_REG_M) == ofst) {
w32 = (reg2->pci_phys_hi & ~PCI_REG_REG_M) | ofst;
*bdf = (regspec->pci_phys_hi & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)) >> 8;
if ((regs[rnumber].pci_phys_hi & PCI_REG_REG_M)
#define PCI_REG_REG_G(x) ((x) & PCI_REG_REG_M)
reg = (p.pci_phys_hi & PCI_REG_REG_M) |
config.pci_phys_hi &= ~PCI_REG_REG_M;
config.pci_phys_hi &= ~PCI_REG_REG_M;
#define PCI_BDF_bits (PCI_REG_BDFR_M & ~PCI_REG_REG_M)
reg = (p.pci_phys_hi & PCI_REG_REG_M) |
config.pci_phys_hi &= ~PCI_REG_REG_M;
config.pci_phys_hi &= ~PCI_REG_REG_M;
(offset & (PCI_REG_BDFR_M ^ PCI_REG_REG_M));
dev_regspec.pci_phys_low = offset & PCI_REG_REG_M;
cfgpa += (*reg_p) & (PCI_CONF_ADDR_MASK ^ PCI_REG_REG_M);
cfgpa += (*reg_p) & (PCI_CONF_ADDR_MASK ^ PCI_REG_REG_M);