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

/linux-4.1.27/drivers/parisc/
H A Dhppb.c38 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high) macro
73 card->mmio_region.end = gsc_readl(dev->hpa.start + IO_IO_HIGH) - 1; 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
182 ** IO_IO_HIGH +0x7c (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
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
215 ** and IO_IO_HIGH registers should not be subsequently altered by the OS.
/linux-4.1.27/arch/parisc/kernel/
H A Ddrivers.c784 #define IO_IO_HIGH offsetof(struct bc_module, io_io_high) macro
786 #define READ_IO_IO_HIGH(dev) (unsigned long)(signed int)gsc_readl(dev->hpa.start + IO_IO_HIGH)

Completed in 171 milliseconds