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

/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c251 #define PCI_CFG_FUN(fun) (((fun) & 0x7) << 8) macro
950 PCI_CFG_FUN(func) | PCI_CFG_PCIE_REG(reg);
985 PCI_CFG_FUN(func) | PCI_CFG_PCIE_REG(reg);
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pcie.c227 #define PCI_CFG_FUN(fun) (((fun) & 0x07) << 8) macro
351 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) |

Completed in 126 milliseconds