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

/linux-4.4.14/drivers/parisc/
H A Dhppb.c38 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
H A Dccio-dma.c136 uint32_t io_io_high; /* Offset 15 */ member in struct:ioa_registers
1480 &ioc->ioc_regs->io_io_high); ccio_allocate_resource()
/linux-4.4.14/arch/parisc/include/asm/
H A Dhardware.h76 volatile uint32_t io_io_high; member in struct:bc_module
/linux-4.4.14/arch/parisc/kernel/
H A Ddrivers.c784 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
788 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high,
793 unsigned long io_io_low, io_io_high; walk_lower_bus() local
800 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; walk_lower_bus()
803 io_io_high = (READ_IO_IO_HIGH(dev)+ ~FLEX_MASK) & FLEX_MASK; walk_lower_bus()
806 walk_native_bus(io_io_low, io_io_high, &dev->dev); walk_lower_bus()
812 * @io_io_high: Last address of this bus.
821 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, walk_native_bus() argument
846 } while(!devices_found && hpa < io_io_high); walk_native_bus()

Completed in 128 milliseconds