/src/sys/external/bsd/drm2/linux/ |
linux_pci.c | 169 pdev->bus->pb_pc = pa->pa_pc; 261 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn), 265 *valuep = pci_conf_read(bus->pb_pc, tag, reg & ~3) >> (8 * (reg & 3)); 273 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn), 277 *valuep = pci_conf_read(bus->pb_pc, tag, reg &~ 2) >> (8 * (reg & 2)); 285 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn), 288 *valuep = pci_conf_read(bus->pb_pc, tag, reg &~ 3) >> (8 * (reg & 3)); 296 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn), 300 pci_conf_write(bus->pb_pc, tag, reg, value); 342 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn) [all...] |
/src/sys/arch/xen/xen/ |
pciback.c | 72 pci_chipset_tag_t pb_pc; member in struct:pciback_pci_dev 236 sc->sc_pb->pb_pc = pa->pa_pc; 755 op->value = pciback_read_byte(pbd->pb_pc, pbd->pb_tag, 759 op->value = pciback_read_word(pbd->pb_pc, pbd->pb_tag, 763 op->value = pci_conf_read(pbd->pb_pc, pbd->pb_tag, 775 pciback_write_byte(pbd->pb_pc, pbd->pb_tag, 779 pciback_write_word(pbd->pb_pc, pbd->pb_tag, 783 pci_conf_write(pbd->pb_pc, pbd->pb_tag,
|
/src/sys/external/bsd/drm2/include/linux/ |
pci.h | 234 pci_chipset_tag_t pb_pc; member in struct:pci_bus
|