Searched refs:pcireg (Results 1 – 1 of 1) sorted by relevance
1084 pci_regspec_t *pcireg; in pcmcia_cons_regspec() local1104 "reg", (caddr_t)&pcireg, &len) == DDI_SUCCESS) { in pcmcia_cons_regspec()1105 bus = PCI_REG_BUS_G(pcireg->pci_phys_hi); in pcmcia_cons_regspec()1106 kmem_free(pcireg, len); in pcmcia_cons_regspec()1110 pcireg = (pci_regspec_t *)buff; in pcmcia_cons_regspec()1111 pcireg->pci_phys_hi = (type == PCMCIA_MAP_IO ? PCI_ADDR_IO : in pcmcia_cons_regspec()1113 pcireg->pci_phys_mid = ret->ra_addr_hi; in pcmcia_cons_regspec()1114 pcireg->pci_phys_low = ret->ra_addr_lo; in pcmcia_cons_regspec()1116 pcireg->pci_phys_low &= 0xFFFF; in pcmcia_cons_regspec()1117 pcireg->pci_size_hi = 0; in pcmcia_cons_regspec()[all …]