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
126
case UART_SCR:
drivers/tty/serial/8250/8250_em.c
45
case UART_SCR: /* SCR @ 0x20 (+1) */
drivers/tty/serial/8250/8250_em.c
71
case UART_SCR: /* SCR @ 0x20 (+1) */
drivers/tty/serial/8250/8250_keba.c
55
#define KUART_EMODE_ICR_OFFSET UART_SCR
drivers/tty/serial/8250/8250_ni.c
181
serial_out(up, UART_SCR, UART_CPR);
drivers/tty/serial/8250/8250_pci.c
1366
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1378
inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1379
outb(qopr, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1390
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1391
outb(val | 0x10, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1393
outb(val, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1406
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1407
outb(val | 0x10, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1409
outb(val, base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1420
val = inb(base + UART_SCR);
drivers/tty/serial/8250/8250_pci.c
1423
if (!(inb(UART_SCR) & 0x20)) {
drivers/tty/serial/8250/8250_pci.c
1768
readb(p->membase + UART_SCR); /* Dummy read for flush pcie tx queue */
drivers/tty/serial/8250/8250_port.c
1708
serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
3325
if (up->canary && (up->canary != serial_port_in(port, UART_SCR))) {
drivers/tty/serial/8250/8250_port.c
878
scratch = serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
879
serial_out(up, UART_SCR, 0xa5);
drivers/tty/serial/8250/8250_port.c
880
status1 = serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
881
serial_out(up, UART_SCR, 0x5a);
drivers/tty/serial/8250/8250_port.c
882
status2 = serial_in(up, UART_SCR);
drivers/tty/serial/8250/8250_port.c
883
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
523
case UART_SCR:
samples/vfio-mdev/mtty.c
661
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);