Searched refs:dlf (Results 1 – 2 of 2) sorted by relevance
124 uint32_t dlf; in _uart_init() local131 dlf = bdiv - (dlh << 12) - dll * 16; in _uart_init()145 dlf = 0; in _uart_init()159 write32(uart_base + UART_DLF, dlf); in _uart_init()
320 uint8_t dlf = divisor - (dlh << 12) - dll * __UART_BRATE_CONST; in rt_uart_configure() local362 _uart[channel]->DLF = dlf; in rt_uart_configure()
Completed in 11 milliseconds