Searched refs:ip_uart (Results 1 – 1 of 1) sorted by relevance
109 ioc4_uart_t *ip_uart; member797 lcr = PCI_INB(&port->ip_uart->i4u_lcr); in set_baud_ti()799 PCI_OUTB(&port->ip_uart->i4u_lcr, lcr | LCR_DLAB); in set_baud_ti()801 PCI_OUTB(&port->ip_uart->i4u_dll, (char) divisor); in set_baud_ti()803 PCI_OUTB(&port->ip_uart->i4u_dlm, (char) (divisor >> 8)); in set_baud_ti()805 PCI_OUTB(&port->ip_uart->i4u_lcr, lcr); in set_baud_ti()840 PCI_OUTB(&port->ip_uart->i4u_lcr, 0); /* clear DLAB */ in hardware_init()841 PCI_OUTB(&port->ip_uart->i4u_ier, 0); in hardware_init()847 PCI_OUTB(&port->ip_uart->i4u_lcr, LCR_BITS8 | LCR_1_STOP_BITS); in hardware_init()850 PCI_OUTB(&port->ip_uart->i4u_fcr, FCR_FIFOEN); in hardware_init()[all …]