Home
last modified time | relevance | path

Searched refs:PCI_CBIO (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_ep_pci.c62 #define PCI_CBIO 0x10 /* Configuration Base IO Address */ macro
96 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in ep_pci_attach()
Dadv_pci.c78 #define PCI_CBIO 0x10 macro
150 retval = pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in adv_pci_attach()
Di82365_pci.c55 #define PCI_CBIO 0x10 /* Configuration Base IO Address */ macro
108 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in pcic_pci_attach()
Dif_ne_pci.c148 #define PCI_CBIO 0x10 /* Configuration Base IO Address */ macro
184 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in ne_pci_attach()
Duhci_pci.c118 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in uhci_pci_attach()
Dauixp.c72 #define PCI_CBIO 0x10 macro
945 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_MEM, 0, in auixp_attach()
Desa.c66 #define PCI_CBIO 0x10 macro
931 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in esa_attach()
Deap.c73 #define PCI_CBIO 0x10 macro
437 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in eap_attach()
Dif_de.c99 #define PCI_CBIO 0x10 /* Configuration Base IO Address */ macro
4439 ioh_valid = (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in tulip_attach()
/openbsd/src/sys/dev/cardbus/
Dif_dc_cardbus.c60 #define PCI_CBIO 0x10 macro
131 if (Cardbus_mapreg_map(ct, PCI_CBIO, in dc_cardbus_attach()
244 csc->sc_actype == CARDBUS_IO_ENABLE ? PCI_CBIO : PCI_CBMEM, in dc_cardbus_detach()
Duhci_cardbus.c95 if (Cardbus_mapreg_map(ct, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in uhci_cardbus_attach()
189 Cardbus_mapreg_unmap(ct, PCI_CBIO, sc->sc.iot, in uhci_cardbus_detach()
/openbsd/src/sys/dev/usb/
Duhcireg.h49 #define PCI_CBIO 0x20 /* configuration base IO */ macro