Searched refs:PCI_CFG_FUN (Results 1 – 2 of 2) sorted by relevance
264 #define PCI_CFG_FUN(fun) (((fun) & 0x7) << 8) macro1017 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()
232 #define PCI_CFG_FUN(fun) (((fun) & 0x07) << 8) macro398 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) | in tegra_pcbib_map_cfg()