Searched refs:ip_uart_regs (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dioc3_serial.c144 struct ioc3_uartregs __iomem *ip_uart_regs; member in struct:ioc3_port
339 uart = port->ip_uart_regs; set_baud()
418 uart = port->ip_uart_regs; port_init()
522 &port->ip_uart_regs->iu_fcr); local_open()
524 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->iu_lcr); local_open()
634 lcr = readb(&port->ip_uart_regs->iu_lcr); config_port()
652 writeb(lcr, &port->ip_uart_regs->iu_lcr); config_port()
853 writeb(mcr, &port->ip_uart_regs->iu_mcr); set_mcr()
2067 port->ip_uart_regs = &idd->vma->sregs.uarta; ioc3uart_probe()
2070 "ip_uart_regs 0x%p\n", ioc3uart_probe()
2073 (void *)port->ip_uart_regs)); ioc3uart_probe()
2094 port->ip_uart_regs = &idd->vma->sregs.uartb; ioc3uart_probe()
2097 "ip_uart_regs 0x%p\n", ioc3uart_probe()
2100 (void *)port->ip_uart_regs)); ioc3uart_probe()
2122 DPRINT_CONFIG((" ip_serial_regs 0x%p ip_uart_regs 0x%p\n", ioc3uart_probe()
2124 (void *)port->ip_uart_regs)); ioc3uart_probe()
H A Dioc4_serial.c466 struct ioc4_uartregs __iomem *ip_uart_regs; member in struct:ioc4_port
728 uart = port->ip_uart_regs; set_baud()
853 uart = port->ip_uart_regs; port_init()
1122 port->ip_uart_regs = &(port->ip_serial->uart_0); ioc4_attach_local()
1126 port->ip_uart_regs = &(port->ip_serial->uart_1); ioc4_attach_local()
1130 port->ip_uart_regs = &(port->ip_serial->uart_2); ioc4_attach_local()
1135 port->ip_uart_regs = &(port->ip_serial->uart_3); ioc4_attach_local()
1169 DPRINT_CONFIG((" ip_serial_regs 0x%p ip_uart_regs 0x%p\n", ioc4_attach_local()
1171 (void *)port->ip_uart_regs)); ioc4_attach_local()
1245 &port->ip_uart_regs->i4u_fcr); local_open()
1247 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->i4u_lcr); local_open()
1357 lcr = readb(&port->ip_uart_regs->i4u_lcr); config_port()
1375 writeb(lcr, &port->ip_uart_regs->i4u_lcr); config_port()
1585 writeb(mcr, &port->ip_uart_regs->i4u_mcr); set_mcr()

Completed in 94 milliseconds