Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
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; in walk_lower_bus() local
800 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; in walk_lower_bus()
803 io_io_high = (READ_IO_IO_HIGH(dev)+ ~FLEX_MASK) & FLEX_MASK; in walk_lower_bus()
806 walk_native_bus(io_io_low, io_io_high, &dev->dev); in walk_lower_bus()
821 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, in walk_native_bus() argument
846 } while(!devices_found && hpa < io_io_high); in walk_native_bus()
/linux-4.1.27/drivers/parisc/
Dhppb.c38 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
Dccio-dma.c136 uint32_t io_io_high; /* Offset 15 */ member
1489 &ioc->ioc_regs->io_io_high); in ccio_allocate_resource()
/linux-4.1.27/arch/parisc/include/asm/
Dhardware.h76 volatile uint32_t io_io_high; member