Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc4_serial.c461 struct ioc4_serial __iomem *ip_serial; member
881 sbbr_l = &port->ip_serial->sbbr01_l; in port_init()
882 sbbr_h = &port->ip_serial->sbbr01_h; in port_init()
884 sbbr_l = &port->ip_serial->sbbr23_l; in port_init()
885 sbbr_h = &port->ip_serial->sbbr23_h; in port_init()
1108 port->ip_serial = ioc4_serial; in ioc4_attach_local()
1118 port->ip_serial_regs = &(port->ip_serial->port_0); in ioc4_attach_local()
1119 port->ip_uart_regs = &(port->ip_serial->uart_0); in ioc4_attach_local()
1122 port->ip_serial_regs = &(port->ip_serial->port_1); in ioc4_attach_local()
1123 port->ip_uart_regs = &(port->ip_serial->uart_1); in ioc4_attach_local()
[all …]