Searched defs:PCI_CONF_WRITE (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | if_de.c | 5272 #define PCI_CONF_WRITE(r, v) pci_conf_write(config_id, (r), (v)) in tulip_pci_attach() macro 5282 #define PCI_CONF_WRITE(r, v) pci_outl(pa, (r), (v)) in tulip_pci_attach() macro 5294 #define PCI_CONF_WRITE(r, v) pci_conf_write(pa->pa_pc, pa->pa_tag, (r), (v)) in tulip_pci_attach() macro
|