Searched refs:io_base_lo (Results 1 - 5 of 5) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_32.c391 u8 io_base_lo, io_limit_lo; local
409 io_base_lo = (start >> 8) & PCI_IO_RANGE_MASK;
412 io_base_lo |= PCI_IO_RANGE_TYPE_32;
414 io_base_lo |= PCI_IO_RANGE_TYPE_16;
419 pci_write_config_byte(dev, PCI_IO_BASE, io_base_lo);
1144 u8 io_base_lo; local
1156 pci_read_config_byte(d, PCI_IO_BASE, &io_base_lo);
1158 if ((io_base_lo & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dpci.c393 u8 io_base_lo, io_limit_lo; local
411 io_base_lo = (start >> 8) & PCI_IO_RANGE_MASK;
418 io_base_lo |= PCI_IO_RANGE_TYPE_32;
420 io_base_lo |= PCI_IO_RANGE_TYPE_16;
421 pci_write_config_byte(dev, PCI_IO_BASE, io_base_lo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c534 u8 io_base_lo, io_limit_lo; local
538 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo);
540 base = (io_base_lo & PCI_IO_RANGE_MASK) << 8;
543 if ((io_base_lo & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) {
554 res->flags = (io_base_lo & PCI_IO_RANGE_TYPE_MASK) | IORESOURCE_IO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c281 u8 io_base_lo, io_limit_lo; local
300 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo);
302 base = (io_base_lo & PCI_IO_RANGE_MASK) << 8;
305 if ((io_base_lo & PCI_IO_RANGE_TYPE_MASK) == PCI_IO_RANGE_TYPE_32) {
314 res->flags = (io_base_lo & PCI_IO_RANGE_TYPE_MASK) | IORESOURCE_IO;
H A Dquirks.c1520 u8 io_base_lo, io_limit_lo; local
1529 pci_read_config_byte(dev, PCI_IO_BASE, &io_base_lo);
1531 base = (io_base_lo & (PCI_IO_RANGE_MASK | 0x0c)) << 8;

Completed in 173 milliseconds