Searched refs:i4u_lcr (Results 1 – 2 of 2) sorted by relevance
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()[all …]
573 char i4u_lcr; member