HomeSort by: relevance | last modified time | path
    Searched defs:TULIP_PCI_CFDA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/cardbus/
if_tlp_cardbus.c 86 #define TULIP_PCI_CFDA 0x40 /* configuration driver area */
545 reg = Cardbus_conf_read(ct, csc->sc_tag, TULIP_PCI_CFDA);
547 Cardbus_conf_write(ct, csc->sc_tag, TULIP_PCI_CFDA,
  /src/sys/dev/pci/
if_tlp_pci.c 76 #define TULIP_PCI_CFDA 0x40 /* configuration driver area */
515 reg = pci_conf_read(pc, pa->pa_tag, TULIP_PCI_CFDA);
517 pci_conf_write(pc, pa->pa_tag, TULIP_PCI_CFDA,

Completed in 32 milliseconds