Home | History | Annotate | Download | only in pci

Lines Matching defs:psc_pc

66 	pci_chipset_tag_t	psc_pc;
141 psc->psc_pc = pa->pa_pc;
207 intrstr = pci_intr_string(psc->psc_pc, psc->psc_pih, intrbuf, sizeof(intrbuf));
208 psc->psc_ih = pci_intr_establish_xname(psc->psc_pc, psc->psc_pih,
232 pci_intr_disestablish(psc->psc_pc, psc->psc_ih);
249 pci_intr_disestablish(psc->psc_pc, psc->psc_ih);
281 pci_intr_disestablish(psc->psc_pc, psc->psc_ih);
297 reg = pci_conf_read(psc->psc_pc, psc->psc_tag, 0x40);
299 pci_conf_write(psc->psc_pc, psc->psc_tag, 0x40, reg & ~0xff00);
302 psc->psc_ih = pci_intr_establish_xname(psc->psc_pc, psc->psc_pih,
343 reg = pci_conf_read(psc->psc_pc, psc->psc_tag,
346 pci_conf_write(psc->psc_pc, psc->psc_tag,