Searched refs:mapreg (Results 1 – 1 of 1) sorted by relevance
78 static uint32_t pci_mapbase(unsigned mapreg);79 static const char *pci_maptype(unsigned mapreg);81 static int pci_maprange(unsigned mapreg);431 pci_mapbase(uint32_t mapreg) in pci_mapbase() argument434 if (PCI_BAR_MEM(mapreg)) in pci_mapbase()435 return (mapreg & PCIM_BAR_MEM_BASE); in pci_mapbase()437 return (mapreg & PCIM_BAR_IO_BASE); in pci_mapbase()443 pci_maptype(unsigned mapreg) in pci_maptype() argument446 if (PCI_BAR_IO(mapreg)) in pci_maptype()448 if (mapreg & PCIM_BAR_MEM_PREFETCH) in pci_maptype()[all …]