Searched refs:PCI_CFG_BUS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c249 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro
949 addr = PCI_CFG_ENA | PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) |
984 addr = PCI_CFG_ENA | PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) |
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pcie.c225 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro
351 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) |

Completed in 108 milliseconds