Home
last modified time | relevance | path

Searched refs:PORT_NPCM (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dserial_core.h66 #define PORT_NPCM 40 macro
/linux-6.1.9/drivers/tty/serial/8250/
D8250_of.c337 { .compatible = "nuvoton,wpcm450-uart", .data = (void *)PORT_NPCM, },
338 { .compatible = "nuvoton,npcm750-uart", .data = (void *)PORT_NPCM, },
D8250_port.c291 [PORT_NPCM] = {
2224 if (port->type == PORT_NPCM) { in serial8250_do_startup()
2583 else if (up->port.type == PORT_NPCM) in serial8250_do_get_divisor()