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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_regs.h127 #define PCI_IO_RANGE_MASK (~0x0fUL) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dpci.c411 io_base_lo = (start >> 8) & PCI_IO_RANGE_MASK;
412 io_limit_lo = (end >> 8) & PCI_IO_RANGE_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c540 base = (io_base_lo & PCI_IO_RANGE_MASK) << 8;
541 limit = (io_limit_lo & PCI_IO_RANGE_MASK) << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c302 base = (io_base_lo & PCI_IO_RANGE_MASK) << 8;
303 limit = (io_limit_lo & PCI_IO_RANGE_MASK) << 8;
H A Dquirks.c1531 base = (io_base_lo & (PCI_IO_RANGE_MASK | 0x0c)) << 8;
1532 limit = (io_limit_lo & (PCI_IO_RANGE_MASK | 0x0c)) << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_32.c409 io_base_lo = (start >> 8) & PCI_IO_RANGE_MASK;
410 io_limit_lo = (end >> 8) & PCI_IO_RANGE_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_res.c1986 start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8;
1988 end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8;

Completed in 68 milliseconds