Searched refs:PCI_P2P_BUS_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/arm/mach-orion5x/
H A Dpci.c215 #define PCI_P2P_BUS_MASK (0xff << PCI_P2P_BUS_OFFS) macro
270 return((conf & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS); orion5x_pci_local_bus_nr()
378 bus = (p2p & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS; orion5x_pci_set_bus_nr()
388 p2p &= ~PCI_P2P_BUS_MASK; orion5x_pci_set_bus_nr()

Completed in 125 milliseconds