Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmv_pci.c260 #define PCI_CFG_DEV(dev) (((dev) & 0x1f) << 11) macro
1131 addr = PCI_CFG_ENA | PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | in mv_pcib_hw_cfgread()
1166 addr = PCI_CFG_ENA | PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | in mv_pcib_hw_cfgwrite()
/freebsd/sys/arm/nvidia/
H A Dtegra_pcie.c229 #define PCI_CFG_DEV(dev) (((dev) & 0x1f) << 11) macro
396 offs |= PCI_CFG_BUS(bus) | PCI_CFG_DEV(slot) | PCI_CFG_FUN(func) | in tegra_pcbib_map_cfg()