Lines Matching defs:psc_pc
72 pci_chipset_tag_t psc_pc; /* pci chipset tag */
261 if (((reg = pci_conf_read(psc->psc_pc, psc->psc_tag,
265 reg = pci_conf_read(psc->psc_pc, psc->psc_tag, PCI_COMMAND_STATUS_REG);
268 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_COMMAND_STATUS_REG,
271 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_BHLC_REG,
273 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_MAPREG_START+0x0,
275 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_MAPREG_START+0x4,
277 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_MAPREG_START+0x8,
303 pci_intr_disestablish(psc->psc_pc, sc->sc_ih);
495 psc->psc_pc = pc;