Searched refs:IO_IO_LOW (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/parisc/
H A Dhppb.c37 #define IO_IO_LOW offsetof(struct bc_module, io_io_low) macro
72 card->mmio_region.start = gsc_readl(dev->hpa.start + IO_IO_LOW); hppb_probe()
H A Dccio-dma.c158 ** specified by the IO_IO_LOW/IO_IO_HIGH registers will be ignored.
160 ** by the IO_IO_LOW and IO_IO_HIGH registers are transparently
164 ** IO_IO_LOW and IO_IO_HIGH are forwarded through the I/O Adapter
181 ** IO_IO_LOW +0x78 (Architected register)
184 ** IO_IO_LOW and IO_IO_HIGH set the lower and upper bounds of the
193 ** greater than or equal to IO_IO_LOW and less than IO_IO_HIGH the transaction
195 ** Specify IO_IO_LOW equal to or greater than IO_IO_HIGH to avoid specifying
200 ** Runway Address [8:11] must be equal to IO_IO_LOW(_HV)[16:19]
202 ** IO_IO_LOW(_HV)[20:31] and less than IO_IO_HIGH(_HV)[20:31].
213 ** modify the architectural IO_IO_LOW and IO_IO_HIGH registers following
214 ** the PDC initialization. However, the hardware version dependent IO_IO_LOW
/linux-4.1.27/arch/parisc/kernel/
H A Ddrivers.c783 #define IO_IO_LOW offsetof(struct bc_module, io_io_low) macro
785 #define READ_IO_IO_LOW(dev) (unsigned long)(signed int)gsc_readl(dev->hpa.start + IO_IO_LOW)

Completed in 231 milliseconds