Searched refs:PCI_MAPS (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | neo.c | 538 if (pci_mapreg_map(pa, PCI_MAPS, PCI_MAPREG_TYPE_MEM, 0, in neo_attach() 545 if (pci_mapreg_map(pa, PCI_MAPS + 4, PCI_MAPREG_TYPE_MEM, 0, in neo_attach()
|
H A D | pcireg.h | 338 #define PCI_MAPS 0x10 macro
|
H A D | maestro.c | 626 if ((error = pci_mapreg_map(pa, PCI_MAPS, PCI_MAPREG_TYPE_IO, in maestro_attach()
|
/openbsd/sys/dev/ic/ |
H A D | acxreg.h | 493 #define PCIR_BAR(x) (PCI_MAPS + (x) * 4)
|
H A D | tireg.h | 51 #define TI_PCI_LOMEM PCI_MAPS /* Shared memory base address */
|