Home
last modified time | relevance | path

Searched refs:PCI_CONF_WRITE (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_vr.c1495 #define PCI_CONF_WRITE(r, v) pci_conf_write(sc->vr_pc, sc->vr_tag, (r), (v)) in vr_attach() macro
1524 PCI_CONF_WRITE(PCI_COMMAND_STATUS_REG, reg); in vr_attach()
1797 PCI_CONF_WRITE(VR_PCI_LOIO, sc->vr_save_iobase); in vr_restore_state()
1798 PCI_CONF_WRITE(VR_PCI_LOMEM, sc->vr_save_membase); in vr_restore_state()
1799 PCI_CONF_WRITE(PCI_INTERRUPT_REG, sc->vr_save_irq); in vr_restore_state()
H A Dif_de.c5602 #define PCI_CONF_WRITE(r, v) pci_conf_write(config_id, (r), (v)) in tulip_pci_attach() macro
5612 #define PCI_CONF_WRITE(r, v) pci_outl(pa, (r), (v)) in tulip_pci_attach() macro
5622 #define PCI_CONF_WRITE(r, v) pci_conf_write(pa->pa_pc, pa->pa_tag, (r), (v)) in tulip_pci_attach() macro
5732 PCI_CONF_WRITE(PCI_CFDA, cfdainfo); in tulip_pci_attach()