Searched refs:uartlcr_h (Results 1 – 2 of 2) sorted by relevance
687 uartlcr_h_t uartlcr_h = { .raw = 0 }; in pl011_uart_init() local688 uartlcr_h.brk = 0; in pl011_uart_init()689 uartlcr_h.pen = 0; in pl011_uart_init()690 uartlcr_h.stp2 = 0; in pl011_uart_init()691 uartlcr_h.fen = 1; in pl011_uart_init()692 uartlcr_h.wlen = 0b11; in pl011_uart_init()693 pl011_registers->uartlcr_h.raw = uartlcr_h.raw; in pl011_uart_init()
251 uartlcr_h_t uartlcr_h; member