Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/kernel/
H A Ddrivers.c806 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
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; in walk_lower_bus() local
822 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; in walk_lower_bus()
825 io_io_high = (READ_IO_IO_HIGH(dev)+ ~FLEX_MASK) & FLEX_MASK; in walk_lower_bus()
828 walk_native_bus(io_io_low, io_io_high, &dev->dev); in walk_lower_bus()
844 unsigned long io_io_high, struct device *parent) in walk_native_bus() argument
868 } while(!devices_found && hpa < io_io_high); in walk_native_bus()
/openbmc/linux/drivers/parisc/
H A Dhppb.c37 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
H A Dccio-dma.c125 uint32_t io_io_high; /* Offset 15 */ member
1466 &ioc->ioc_regs->io_io_high); in ccio_allocate_resource()
/openbmc/linux/arch/parisc/include/asm/
H A Dhardware.h77 volatile uint32_t io_io_high; member