Symbol: UART_SCR
drivers/misc/ibmasm/uart.c
30
if (0 == readl(iomem_base + UART_SCR)) {
drivers/tty/serial/8250/8250.h
161
serial_out(up, UART_SCR, offset);
drivers/tty/serial/8250/8250.h
171
serial_out(up, UART_SCR, offset);
drivers/tty/serial/8250/8250_core.c
591
serial_out(up, UART_SCR, canary);
drivers/tty/serial/8250/8250_core.c
592
if (serial_in(up, UART_SCR) == canary)
drivers/tty/serial/8250/8250_em.c
125
case UART_SCR:
drivers/tty/serial/8250/8250_em.c
44
case UART_SCR: /* SCR @ 0x20 (+1) */
drivers/tty/serial/8250/8250_em.c
70
case UART_SCR: /* SCR @ 0x20 (+1) */
drivers/tty/serial/8250/8250_keba.c
54
#define KUART_EMODE_ICR_OFFSET UART_SCR
drivers/tty/serial/8250/8250_ni.c
180
serial_out(up, UART_SCR, UART_CPR);
drivers/tty/serial/8250/8250_pci.c
1367
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1379
inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1380
outb(qopr, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1391
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1392
outb(val | 0x10, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1394
outb(val, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1407
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1408
outb(val | 0x10, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1410
outb(val, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1421
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1424
if (!(inb(UART_SCR) & 0x20)) {
drivers/tty/serial/8250/8250_pci.c
1769
readb(p->membase + UART_SCR); /* Dummy read for flush pcie tx queue */
drivers/tty/serial/8250/8250_port.c
1710
serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
3353
if (up->canary && (up->canary != serial_port_in(port, UART_SCR))) {
drivers/tty/serial/8250/8250_port.c
880
scratch = serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
881
serial_out(up, UART_SCR, 0xa5);
drivers/tty/serial/8250/8250_port.c
882
status1 = serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
883
serial_out(up, UART_SCR, 0x5a);
drivers/tty/serial/8250/8250_port.c
884
status2 = serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
885
serial_out(up, UART_SCR, scratch);
drivers/tty/serial/8250/8250_uniphier.c
101
case UART_SCR:
drivers/tty/serial/8250/8250_uniphier.c
71
case UART_SCR:
drivers/tty/serial/serial-tegra.c
1052
tegra_uart_read(tup, UART_SCR);
drivers/tty/serial/serial-tegra.c
329
tegra_uart_read(tup, UART_SCR);
drivers/tty/serial/serial-tegra.c
426
tegra_uart_read(tup, UART_SCR);
drivers/tty/serial/sunsu.c
1120
scratch = serial_in(up, UART_SCR);
drivers/tty/serial/sunsu.c
1121
serial_out(up, UART_SCR, 0xa5);
drivers/tty/serial/sunsu.c
1122
status1 = serial_in(up, UART_SCR);
drivers/tty/serial/sunsu.c
1123
serial_out(up, UART_SCR, 0x5a);
drivers/tty/serial/sunsu.c
1124
status2 = serial_in(up, UART_SCR);
drivers/tty/serial/sunsu.c
1125
serial_out(up, UART_SCR, scratch);
drivers/tty/serial/sunsu.c
158
serial_out(up, UART_SCR, offset);
samples/vfio-mdev/mtty.c
526
case UART_SCR:
samples/vfio-mdev/mtty.c
664
case UART_SCR:
sound/drivers/serial-u16550.c
335
outb(0xaa, io_base + UART_SCR);
sound/drivers/serial-u16550.c
337
c = inb(io_base + UART_SCR);
sound/drivers/serial-u16550.c
342
outb(0x55, io_base + UART_SCR);
sound/drivers/serial-u16550.c
344
c = inb(io_base + UART_SCR);