Searched refs:PCI_CFG_BUS (Results 1 – 2 of 2) sorted by relevance
262 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro1016 addr = PCI_CFG_ENA | PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | in mv_pcib_hw_cfgread()1051 addr = PCI_CFG_ENA | PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | in mv_pcib_hw_cfgwrite()
230 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro398 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) | in tegra_pcbib_map_cfg()