Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_hp300.c33 static struct hp300_port *hp300_ports; variable
273 port->next = hp300_ports; in hp300_8250_init()
274 hp300_ports = port; in hp300_8250_init()
306 for (port = hp300_ports; port; ) { in hp300_8250_exit()
313 hp300_ports = NULL; in hp300_8250_exit()