Searched refs:PCI_CBIO (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_ep_pci.c | 62 #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()
|
| D | adv_pci.c | 78 #define PCI_CBIO 0x10 macro 150 retval = pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in adv_pci_attach()
|
| D | i82365_pci.c | 55 #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()
|
| D | if_ne_pci.c | 148 #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()
|
| D | uhci_pci.c | 118 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in uhci_pci_attach()
|
| D | auixp.c | 72 #define PCI_CBIO 0x10 macro 945 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_MEM, 0, in auixp_attach()
|
| D | esa.c | 66 #define PCI_CBIO 0x10 macro 931 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in esa_attach()
|
| D | eap.c | 73 #define PCI_CBIO 0x10 macro 437 if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, in eap_attach()
|
| D | if_de.c | 99 #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/ |
| D | if_dc_cardbus.c | 60 #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()
|
| D | uhci_cardbus.c | 95 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/ |
| D | uhcireg.h | 49 #define PCI_CBIO 0x20 /* configuration base IO */ macro
|