Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/cardbus/
H A Dif_tlp_cardbus.c86 #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 Dif_tlp_pci.c76 #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()