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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dpci.c218 #define PCI_P2P_BUS_MASK (0xff << PCI_P2P_BUS_OFFS) macro
273 return((conf & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS);
381 bus = (p2p & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS;
391 p2p &= ~PCI_P2P_BUS_MASK;

Completed in 95 milliseconds