Searched refs:io_io_low (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/parisc/kernel/ |
D | drivers.c | 783 #define IO_IO_LOW offsetof(struct bc_module, io_io_low) 788 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, 793 unsigned long io_io_low, io_io_high; in walk_lower_bus() local 799 io_io_low = (unsigned long)(signed int)(READ_IO_IO_LOW(dev) << 16); in walk_lower_bus() 800 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; in walk_lower_bus() 802 io_io_low = (READ_IO_IO_LOW(dev) + ~FLEX_MASK) & FLEX_MASK; in walk_lower_bus() 806 walk_native_bus(io_io_low, io_io_high, &dev->dev); in walk_lower_bus() 821 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, in walk_native_bus() argument 825 unsigned long hpa = io_io_low; in walk_native_bus()
|
/linux-4.4.14/drivers/parisc/ |
D | hppb.c | 37 #define IO_IO_LOW offsetof(struct bc_module, io_io_low)
|
D | ccio-dma.c | 135 uint32_t io_io_low; /* Offset 14 */ member 1402 ccio_init_resource(res, name, &ioc->ioc_regs->io_io_low); in ccio_init_resources() 1478 &ioc->ioc_regs->io_io_low); in ccio_allocate_resource()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | hardware.h | 75 volatile uint32_t io_io_low; member
|