Home | History | Annotate | Download | only in dev

Lines Matching defs:pc

119 	pci_chipset_tag_t pc = &genppc_ibm4xx_chipset;
140 tag = pci_make_tag(pc, 0, 0, 0);
141 // x = pci_conf_read(pc, tag, PCI0_CMD); /* Read PCI command register */
142 // pci_conf_write(pc, tag, PCI0_CMD, x | MA | ME); /* enable bus mastering and memory space */
146 pci_conf_write(pc, tag, PCIC_PTM1BAR, 0); /* Set up proper PCI->Local address base. Always enabled */
147 pci_conf_write(pc, tag, PCIC_PTM2BAR, 0);
153 pci_chipset_tag_t pc = &genppc_ibm4xx_chipset;
183 tag = pci_make_tag(pc, 0, 0, 0);
184 pl = pci_conf_read(pc, tag, PCIC_PTM1BAR);
189 pl = pci_conf_read(pc, tag, PCIC_PTM2BAR);