Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c253 #define SCI_PUBLIC_PORT_ID(port) (((port) & BIT(7)) ? PORT_GENERIC : (port)) macro
3039 port->type = SCI_PUBLIC_PORT_ID(sport->type); in sci_config_port()
3367 port->type = SCI_PUBLIC_PORT_ID(p->type); in sci_init_single()
4048 device->port.type = SCI_PUBLIC_PORT_ID(data->type); in scix_early_console_setup()