Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_pci.c262 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro
1016 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()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_pcie.c230 #define PCI_CFG_BUS(bus) (((bus) & 0xff) << 16) macro
398 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) | in tegra_pcbib_map_cfg()