Searched refs:lcr (Results 1 – 4 of 4) sorted by relevance
105 uint32_t lcr; in nlm_uart_set_baudrate() local107 lcr = nlm_read_uart_reg(base, UART_LINE_CTL); in nlm_uart_set_baudrate()110 nlm_write_uart_reg(base, UART_LINE_CTL, lcr | (1 << 7)); in nlm_uart_set_baudrate()117 nlm_write_uart_reg(base, UART_LINE_CTL, lcr); in nlm_uart_set_baudrate()158 uint32_t lcr; in nlm_uart_init() local160 lcr = 0; in nlm_uart_init()162 lcr |= LCR_8BITS; in nlm_uart_init()164 lcr |= LCR_7BITS; in nlm_uart_init()166 lcr |= LCR_6BITS; in nlm_uart_init()168 lcr |= LCR_5BITS; in nlm_uart_init()[all …]
104 unsigned char lcr, dll, dlh; in probe_baud() local107 lcr = inb(port + LCR); in probe_baud()108 outb(lcr | DLAB, port + LCR); in probe_baud()111 outb(lcr, port + LCR); in probe_baud()
75 volatile __u16 lcr; member
26 13 lcr RR_RR