Searched refs:TULIP_PCI_CFDA (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/cardbus/ |
H A D | if_tlp_cardbus.c | 86 #define TULIP_PCI_CFDA 0x40 /* configuration driver area */ macro 545 reg = Cardbus_conf_read(ct, csc->sc_tag, TULIP_PCI_CFDA); in tlp_cardbus_setup() 547 Cardbus_conf_write(ct, csc->sc_tag, TULIP_PCI_CFDA, in tlp_cardbus_setup()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_tlp_pci.c | 76 #define TULIP_PCI_CFDA 0x40 /* configuration driver area */ macro 515 reg = pci_conf_read(pc, pa->pa_tag, TULIP_PCI_CFDA); in tlp_pci_attach() 517 pci_conf_write(pc, pa->pa_tag, TULIP_PCI_CFDA, in tlp_pci_attach()
|