Lines Matching refs:i4u_lcr
797 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()
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()
847 PCI_OUTB(&port->ip_uart->i4u_lcr, LCR_BITS8 | LCR_1_STOP_BITS); in hardware_init()
1329 PCI_OUTB(&p->ip_uart->i4u_lcr, LCR_BITS8 | LCR_1_STOP_BITS); in ioc4_open()
1402 lcr = PCI_INB(&p->ip_uart->i4u_lcr); in ioc4_config()
1420 PCI_OUTB(&p->ip_uart->i4u_lcr, lcr); in ioc4_config()
1662 lcr = PCI_INB(&p->ip_uart->i4u_lcr); in ioc4_break()
1665 PCI_OUTB(&p->ip_uart->i4u_lcr, lcr | LCR_SNDBRK); in ioc4_break()
1669 PCI_OUTB(&p->ip_uart->i4u_lcr, lcr & ~LCR_SNDBRK); in ioc4_break()