Home
last modified time | relevance | path

Searched refs:PORT_8250 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial.h51 #define PORT_8250 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial.h51 #define PORT_8250 1 macro
H A Dserial_core.h30 #define PORT_8250 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial.h51 #define PORT_8250 1 macro
H A Dserial_core.h30 #define PORT_8250 1 macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_of.c310 { .compatible = "ns8250", .data = (void *)PORT_8250, },
H A D8250_dw.c520 p->type = PORT_8250; in dw8250_probe()
H A D8250_core.c769 port->type != PORT_8250) { in serial8250_suspend_port()
H A D8250_port.c65 [PORT_8250] = {
980 up->port.type = PORT_8250; in autoconfig_8250()
H A D8250_omap.c1330 up.port.type = PORT_8250; in omap8250_probe()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dmxser.c515 if ((info->type == PORT_16450) || (info->type == PORT_8250)) { in process_txrx_fifo()
681 if ((info->type == PORT_8250) || (info->type == PORT_16450)) { in mxser_change_speed()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunsu.c1157 up->port.type = PORT_8250; in sunsu_autoconfig()