PCI_REG_ADDR_M
#define PCI_ADDR_TYPE_MASK (PCI_REG_ADDR_M | PCI_REG_PF_M)
switch (ranges[i].parent_hi & PCI_REG_ADDR_M) {
while ((reg2->pci_phys_hi & PCI_REG_ADDR_M) !=
PCI_ADDR_MEM32 && (reg2->pci_phys_hi & PCI_REG_ADDR_M) !=
addr = vrp->regset[n].reg.pci_phys_hi & PCI_REG_ADDR_M;
if ((pci_ranges->child_high & PCI_REG_ADDR_M) ==
#define PCI_REG_ADDR_G(x) (((x) & PCI_REG_ADDR_M) >> PCI_REG_ADDR_SHIFT)
#define PCI_ADDR_MASK PCI_REG_ADDR_M
PCI_REG_ADDR_M|PCI_REG_REL_M,
PCI_REG_ADDR_M|PCI_REG_REL_M,
space = pci_rp->pci_phys_hi & PCI_REG_ADDR_M;
if (((phys_hi & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) ||
space = pci_rp->pci_phys_hi & PCI_REG_ADDR_M;
switch (ranges[i].parent_high & PCI_REG_ADDR_M) {
switch (ranges[i].parent_hi & PCI_REG_ADDR_M) {
if ((rp->pci_phys_hi & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG) {
if ((rp->pci_phys_hi & PCI_REG_ADDR_M) ==
if ((rp->pci_phys_hi & PCI_REG_ADDR_M) ==
uint32_t space_type = phys_hi & PCI_REG_ADDR_M; /* 28-bit */
uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M;
uint32_t space_type = phys_hi & PCI_REG_ADDR_M;
uint32_t assign_type = assign_p->pci_phys_hi & PCI_REG_ADDR_M;
if ((rng_p->child_high & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG)
if ((rng_p->child_high & PCI_REG_ADDR_M) == PCI_ADDR_CONFIG)
register uint32_t mask = PCI_REG_ADDR_M | PCI_CONF_ADDR_MASK;