Searched refs:io_io_high (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | drivers.c | 806 #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() 834 * @io_io_high: Last address of this bus. 844 unsigned long io_io_high, struct device *parent) in walk_native_bus() 868 } while(!devices_found && hpa < io_io_high); in walk_native_bus() 843 walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, struct device *parent) walk_native_bus() argument
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | drivers.c | 806 #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() 834 * @io_io_high: Last address of this bus. 844 unsigned long io_io_high, struct device *parent) in walk_native_bus() 868 } while(!devices_found && hpa < io_io_high); in walk_native_bus() 843 walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, struct device *parent) walk_native_bus() argument
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | hppb.c | 37 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
|
H A D | ccio-dma.c | 136 uint32_t io_io_high; /* Offset 15 */ member 1470 &ioc->ioc_regs->io_io_high); in ccio_allocate_resource()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | hppb.c | 37 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
|
H A D | ccio-dma.c | 125 uint32_t io_io_high; /* Offset 15 */ member 1466 &ioc->ioc_regs->io_io_high); in ccio_allocate_resource()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | hardware.h | 77 volatile uint32_t io_io_high; member
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | hardware.h | 77 volatile uint32_t io_io_high; member
|
Completed in 13 milliseconds