Searched defs:PCI_CFG_BUS (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/arm/mv/ | ||
| H A D | mv_pci.c | 259 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro |
| /freebsd/sys/arm/nvidia/ | ||
| H A D | tegra_pcie.c | 227 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro |