Home
last modified time | relevance | path

Searched refs:soft_uart (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Ducc_uart.c49 * soft_uart is 1 if we need to use Soft-UART mode
51 static int soft_uart; variable
678 if (soft_uart) { in qe_uart_init_ucc()
712 if (soft_uart) { in qe_uart_init_ucc()
780 if (soft_uart && !firmware_loaded) { in qe_uart_startup()
954 if (soft_uart) { in qe_uart_set_termios()
1197 soft_uart = 1; in soft_uart_init()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Ducc_uart.c49 * soft_uart is 1 if we need to use Soft-UART mode
51 static int soft_uart; variable
676 if (soft_uart) { in qe_uart_init_ucc()
710 if (soft_uart) { in qe_uart_init_ucc()
778 if (soft_uart && !firmware_loaded) { in qe_uart_startup()
940 if (soft_uart) { in qe_uart_set_termios()
1183 soft_uart = 1; in soft_uart_init()
/kernel/linux/linux-5.10/drivers/atm/
H A Dfore200e.h731 typedef struct soft_uart { struct
743 struct soft_uart soft_uart; /* software UART */ member
H A Dfore200e.c2345 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send); in fore200e_monitor_putc()
2357 c = (int) fore200e->bus->read(&monitor->soft_uart.recv); in fore200e_monitor_getc()
2361 fore200e->bus->write(FORE200E_CP_MONITOR_UART_FREE, &monitor->soft_uart.recv); in fore200e_monitor_getc()
/kernel/linux/linux-6.6/drivers/atm/
H A Dfore200e.h731 typedef struct soft_uart { struct
743 struct soft_uart soft_uart; /* software UART */ member
H A Dfore200e.c2343 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send); in fore200e_monitor_putc()
2355 c = (int) fore200e->bus->read(&monitor->soft_uart.recv); in fore200e_monitor_getc()
2359 fore200e->bus->write(FORE200E_CP_MONITOR_UART_FREE, &monitor->soft_uart.recv); in fore200e_monitor_getc()

Completed in 15 milliseconds