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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Ddrivers.c792 #define IO_IO_LOW offsetof(struct bc_module, io_io_low)
797 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high,
802 unsigned long io_io_low, io_io_high; local
808 io_io_low = (unsigned long)(signed int)(READ_IO_IO_LOW(dev) << 16);
809 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET;
811 io_io_low = (READ_IO_IO_LOW(dev) + ~FLEX_MASK) & FLEX_MASK;
815 walk_native_bus(io_io_low, io_io_high, &dev->dev);
820 * @io_io_low: Base address of this bus.
830 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, argument
834 unsigned long hpa = io_io_low;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dhppb.c37 #define IO_IO_LOW offsetof(struct bc_module, io_io_low)
H A Dccio-dma.c134 uint32_t io_io_low; /* Offset 14 */ member in struct:ioa_registers
1291 ccio_init_resource(res, name, &ioc->ioc_regs->io_io_low);
1367 &ioc->ioc_regs->io_io_low);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dhardware.h76 volatile uint32_t io_io_low; member in struct:bc_module

Completed in 62 milliseconds