Home | History | Annotate | Download | only in pci

Lines Matching defs:pc

88 	pci_chipset_tag_t pc = ibm4xx_get_pci_chipset_tag();
97 tag = pci_make_tag(pc, 0, 0, 0);
99 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
100 id = pci_conf_read(pc, tag, PCI_ID_REG);
130 pci_chipset_tag_t pc = ibm4xx_get_pci_chipset_tag();
135 tag = pci_make_tag(pc, 0, 0, 0);
137 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
138 id = pci_conf_read(pc, tag, PCI_ID_REG);
171 pci_configure_bus(pc, pcires, 0, 32);
184 pba.pba_pc = pc;
205 pci_chipset_tag_t pc = ibm4xx_get_pci_chipset_tag();
210 tag = pci_make_tag(pc, 0, i, 0);
211 x = pci_conf_read(pc, tag, 0);
219 x = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);