Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_vr.c1474 #define PCI_CONF_WRITE(r, v) pci_conf_write(sc->vr_pc, sc->vr_tag, (r), (v)) in vr_attach() macro
1504 PCI_CONF_WRITE(PCI_COMMAND_STATUS_REG, reg); in vr_attach()
1778 PCI_CONF_WRITE(VR_PCI_LOIO, sc->vr_save_iobase); in vr_restore_state()
1779 PCI_CONF_WRITE(VR_PCI_LOMEM, sc->vr_save_membase); in vr_restore_state()
1780 PCI_CONF_WRITE(PCI_INTERRUPT_REG, sc->vr_save_irq); in vr_restore_state()