Searched refs:uartlcr_h (Results 1 – 2 of 2) sorted by relevance
680 uartlcr_h_t uartlcr_h = { .raw = 0 }; in pl011_uart_init() local681 uartlcr_h.brk = 0; in pl011_uart_init()682 uartlcr_h.pen = 0; in pl011_uart_init()683 uartlcr_h.stp2 = 0; in pl011_uart_init()684 uartlcr_h.fen = 1; in pl011_uart_init()685 uartlcr_h.wlen = 0b11; in pl011_uart_init()686 pl011_registers->uartlcr_h.raw = uartlcr_h.raw; in pl011_uart_init()
251 uartlcr_h_t uartlcr_h; member