Searched refs:io_io_low (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | drivers.c | 806 #define IO_IO_LOW offsetof(struct bc_module, io_io_low) 811 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, 816 unsigned long io_io_low, io_io_high; in walk_lower_bus() local 822 io_io_low = (unsigned long)(signed int)(READ_IO_IO_LOW(dev) << 16); in walk_lower_bus() 823 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; in walk_lower_bus() 825 io_io_low = (READ_IO_IO_LOW(dev) + ~FLEX_MASK) & FLEX_MASK; in walk_lower_bus() 829 walk_native_bus(io_io_low, io_io_high, &dev->dev); in walk_lower_bus() 844 static void __init walk_native_bus(unsigned long io_io_low, in walk_native_bus() argument 848 unsigned long hpa = io_io_low; in walk_native_bus()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
D | hppb.c | 36 #define IO_IO_LOW offsetof(struct bc_module, io_io_low)
|
D | ccio-dma.c | 135 uint32_t io_io_low; /* Offset 14 */ member 1389 ccio_init_resource(res, name, &ioc->ioc_regs->io_io_low); in ccio_init_resources() 1465 &ioc->ioc_regs->io_io_low); in ccio_allocate_resource()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | hardware.h | 76 volatile uint32_t io_io_low; member
|