Searched refs:io_io_low (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/parisc/kernel/ |
D | drivers.c | 794 #define IO_IO_LOW offsetof(struct bc_module, io_io_low) 799 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, 804 unsigned long io_io_low, io_io_high; in walk_lower_bus() local 810 io_io_low = (unsigned long)(signed int)(READ_IO_IO_LOW(dev) << 16); in walk_lower_bus() 811 io_io_high = io_io_low + MAX_NATIVE_DEVICES * NATIVE_DEVICE_OFFSET; in walk_lower_bus() 813 io_io_low = (READ_IO_IO_LOW(dev) + ~FLEX_MASK) & FLEX_MASK; in walk_lower_bus() 817 walk_native_bus(io_io_low, io_io_high, &dev->dev); in walk_lower_bus() 832 static void walk_native_bus(unsigned long io_io_low, unsigned long io_io_high, in walk_native_bus() argument 836 unsigned long hpa = io_io_low; in walk_native_bus()
|
/linux-2.6.39/drivers/parisc/ |
D | hppb.c | 37 #define IO_IO_LOW offsetof(struct bc_module, io_io_low)
|
D | ccio-dma.c | 134 uint32_t io_io_low; /* Offset 14 */ member 1412 ccio_init_resource(res, name, &ioc->ioc_regs->io_io_low); in ccio_init_resources() 1488 &ioc->ioc_regs->io_io_low); in ccio_allocate_resource()
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | hardware.h | 76 volatile uint32_t io_io_low; member
|