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

/linux-master/drivers/parisc/
H A Dhppb.c36 #define IO_IO_LOW offsetof(struct bc_module, io_io_low)
H A Dccio-dma.c124 uint32_t io_io_low; /* Offset 14 */ member in struct:ioa_registers
1387 ccio_init_resource(res, name, &ioc->ioc_regs->io_io_low);
1464 &ioc->ioc_regs->io_io_low);
/linux-master/arch/parisc/include/asm/
H A Dhardware.h76 volatile uint32_t io_io_low; member in struct:bc_module
/linux-master/arch/parisc/kernel/
H A Ddrivers.c805 #define IO_IO_LOW offsetof(struct bc_module, io_io_low)
810 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high,
815 unsigned long io_io_low, io_io_high; local
821 io_io_low = (unsigned long)(signed int)(READ_IO_IO_LOW(dev) << 16);
822 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET;
824 io_io_low = (READ_IO_IO_LOW(dev) + ~FLEX_MASK) & FLEX_MASK;
828 walk_native_bus(io_io_low, io_io_high, &dev->dev);
833 * @io_io_low: Base address of this bus.
843 static void __init walk_native_bus(unsigned long io_io_low, argument
847 unsigned long hpa = io_io_low;
[all...]

Completed in 103 milliseconds