DIO_VIRADDRBASE   134 drivers/dio/dio.c 			va = (void *)(pa + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   207 drivers/dio/dio.c 			va = (void *)(pa + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   130 drivers/net/ethernet/amd/hplance.c 	unsigned long va = (d->resource.start + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   118 drivers/tty/serial/8250/8250_hp300.c 		port.membase = (char *)(port.mapbase + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   135 drivers/tty/serial/8250/8250_hp300.c 		port.membase = (char *)(port.mapbase + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   137 drivers/tty/serial/8250/8250_hp300.c 		port.irq = DIO_IPL(pa + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   140 drivers/tty/serial/8250/8250_hp300.c 		out_8(pa + DIO_VIRADDRBASE + DCA_IC, DCA_IC_IE);
DIO_VIRADDRBASE   142 drivers/tty/serial/8250/8250_hp300.c 		if (DIO_ID(pa + DIO_VIRADDRBASE) & 0x80)
DIO_VIRADDRBASE   177 drivers/tty/serial/8250/8250_hp300.c 	uart.port.membase = (char *)(uart.port.mapbase + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   190 drivers/tty/serial/8250/8250_hp300.c 	out_8(d->resource.start + DIO_VIRADDRBASE + DCA_IC, DCA_IC_IE);
DIO_VIRADDRBASE   194 drivers/tty/serial/8250/8250_hp300.c 	out_8(d->resource.start + DIO_VIRADDRBASE + DCA_ID, 0xff);
DIO_VIRADDRBASE   259 drivers/tty/serial/8250/8250_hp300.c 		uart.port.membase = (char *)(base + DIO_VIRADDRBASE);
DIO_VIRADDRBASE   295 drivers/tty/serial/8250/8250_hp300.c 		out_8(d->resource.start + DIO_VIRADDRBASE + DCA_IC, 0);
DIO_VIRADDRBASE   340 drivers/video/fbdev/hpfb.c 		vaddr = paddr + DIO_VIRADDRBASE;