Home
last modified time | relevance | path

Searched refs:uartlcr_h (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/pexpert/arm/
H A Dpe_serial.c687 uartlcr_h_t uartlcr_h = { .raw = 0 }; in pl011_uart_init() local
688 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()
/xnu-11417.121.6/pexpert/pexpert/arm/
H A Dpl011.h251 uartlcr_h_t uartlcr_h; member