Searched refs:ibrd (Results 1 – 2 of 2) sorted by relevance
50 uint32_t ibrd = bauddiv / 1000; in uart_configure() local105 PL011_REG_IBRD(uart->hw_base) = ibrd; in uart_configure()106 PL011_REG_FBRD(uart->hw_base) = (((bauddiv - ibrd * 1000) * 64 + 500) / 1000); in uart_configure()
56 uint32_t ibrd = bauddiv / 1000; in uart_configure() local103 PL011_REG_IBRD(uart->hw_base) = ibrd; in uart_configure()104 PL011_REG_FBRD(uart->hw_base) = (((bauddiv - ibrd * 1000) * 64 + 500) / 1000); in uart_configure()
Completed in 5 milliseconds