Searched refs:PCI_CFDA (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/cardbus/ |
| D | if_dc_cardbus.c | 38 #define PCI_CFDA 0x40 macro 244 reg = cardbus_conf_read(cc, cf, csc->sc_tag, PCI_CFDA); 246 cardbus_conf_write(cc, cf, csc->sc_tag, PCI_CFDA,
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_lmc_obsd.c | 255 cfdainfo = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CFDA); in lmc_pci_attach() 287 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_CFDA, cfdainfo); in lmc_pci_attach()
|
| D | if_lmcvar.h | 102 #define PCI_CFDA 0x40 /* Configuration Driver Area */ macro
|
| D | if_de.c | 4998 #define PCI_CFDA 0x40 /* Configuration Driver Area */ macro 5327 cfdainfo = pci_inl(pa, PCI_CFDA); in tulip_pci_attach() 5340 cfdainfo = PCI_CONF_READ(PCI_CFDA); in tulip_pci_attach() 5404 PCI_CONF_WRITE(PCI_CFDA, cfdainfo); in tulip_pci_attach()
|