Home
last modified time | relevance | path

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

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