Home
last modified time | relevance | path

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

/linux-5.19.10/arch/parisc/kernel/
Ddrivers.c805 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
809 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high,
814 unsigned long io_io_low, io_io_high; in walk_lower_bus() local
821 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; in walk_lower_bus()
824 io_io_high = (READ_IO_IO_HIGH(dev)+ ~FLEX_MASK) & FLEX_MASK; in walk_lower_bus()
827 walk_native_bus(io_io_low, io_io_high, &dev->dev); in walk_lower_bus()
843 unsigned long io_io_high, struct device *parent) in walk_native_bus() argument
867 } while(!devices_found && hpa < io_io_high); in walk_native_bus()
/linux-5.19.10/drivers/parisc/
Dhppb.c37 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
Dccio-dma.c136 uint32_t io_io_high; /* Offset 15 */ member
1470 &ioc->ioc_regs->io_io_high); in ccio_allocate_resource()
/linux-5.19.10/arch/parisc/include/asm/
Dhardware.h77 volatile uint32_t io_io_high; member