Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_of.c173 case PORT_NPCM: in of_platform_serial_setup()
354 { .compatible = "nuvoton,wpcm450-uart", .data = (void *)PORT_NPCM, },
355 { .compatible = "nuvoton,npcm750-uart", .data = (void *)PORT_NPCM, },
H A D8250_port.c273 [PORT_NPCM] = {
/linux/include/uapi/linux/
H A Dserial_core.h54 #define PORT_NPCM 40 macro