Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Ddrivers.c804 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
808 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high,
813 unsigned long io_io_low, io_io_high; in walk_lower_bus() local
820 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; in walk_lower_bus()
823 io_io_high = (READ_IO_IO_HIGH(dev)+ ~FLEX_MASK) & FLEX_MASK; in walk_lower_bus()
826 walk_native_bus(io_io_low, io_io_high, &dev->dev); in walk_lower_bus()
842 unsigned long io_io_high, struct device *parent) in walk_native_bus() argument
866 } while(!devices_found && hpa < io_io_high); in walk_native_bus()
/linux/drivers/parisc/
H A Dhppb.c37 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
/linux/arch/parisc/include/asm/
H A Dhardware.h77 volatile uint32_t io_io_high; member