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

  /src/sys/dev/pci/
bha_pci.c 51 #define PCI_CBIO 0x10
74 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, &iot, &ioh,
113 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, &iot, &ioh,
dpt_pci.c 57 #define PCI_CBIO 0x10 /* Configuration base I/O address */
99 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, &sc->sc_iot,
i82365_pci.c 58 #define PCI_CBIO 0x10 /* Configuration Base IO Address */
125 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
if_ep_pci.c 98 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
188 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
if_ne_pci.c 154 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
195 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
gtp.c 51 #define PCI_CBIO 0x10
152 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, &sc->tea.iot,
if_ex_pci.c 84 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
220 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
250 psc->psc_regs[PCI_CBIO>>2] =
251 pci_conf_read(pc, pa->pa_tag, PCI_CBIO);
374 pci_conf_write(psc->psc_pc, psc->psc_tag, PCI_CBIO,
375 psc->psc_regs[PCI_CBIO>>2]);
esa.c 69 #define PCI_CBIO 0x10
963 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
twe.c 96 #define PCI_CBIO 0x10
337 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
auixp.c 78 #define PCI_CBIO 0x10
1079 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_MEM, 0,
eap.c 83 #define PCI_CBIO 0x10
590 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
twa.c 109 #define PCI_CBIO 0x10
if_tlregs.h 34 #define PCI_CBIO 0x10 /* Configuration Base IO Address */
esm.c 89 #define PCI_CBIO 0x10 /* Configuration Base I/O Address */
1523 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,
  /src/sys/dev/usb/
uhcireg.h 58 #define PCI_CBIO 0x20 /* configuration base IO */

Completed in 26 milliseconds