Home
last modified time | relevance | path

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

/linux/arch/arm/mach-orion5x/
A Dpci.c214 #define PCI_P2P_BUS_OFFS 16 macro
215 #define PCI_P2P_BUS_MASK (0xff << PCI_P2P_BUS_OFFS)
270 return((conf & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS); in orion5x_pci_local_bus_nr()
378 bus = (p2p & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS; in orion5x_pci_set_bus_nr()
389 p2p |= (nr << PCI_P2P_BUS_OFFS); in orion5x_pci_set_bus_nr()

Completed in 3 milliseconds