Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_pci.c264 #define PCI_CFG_FUN(fun) (((fun) & 0x7) << 8) macro
1017 PCI_CFG_FUN(func) | PCI_CFG_PCIE_REG(reg); in mv_pcib_hw_cfgread()
1052 PCI_CFG_FUN(func) | PCI_CFG_PCIE_REG(reg); in mv_pcib_hw_cfgwrite()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_pcie.c232 #define PCI_CFG_FUN(fun) (((fun) & 0x07) << 8) macro
398 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) | in tegra_pcbib_map_cfg()