Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial_core.h68 #define PORT_NPCM 40 macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_of.c339 { .compatible = "nuvoton,wpcm450-uart", .data = (void *)PORT_NPCM, },
340 { .compatible = "nuvoton,npcm750-uart", .data = (void *)PORT_NPCM, },
H A D8250_port.c292 [PORT_NPCM] = {
2241 if (port->type == PORT_NPCM) { in serial8250_do_startup()
2612 else if (up->port.type == PORT_NPCM) in serial8250_do_get_divisor()