Searched refs:SC_6M_UARTDIV (Results 1 – 14 of 14) sorted by relevance
118 #define SC_6M_UARTDIV(d) (((d*9UL/10UL)>>1)+((d*9UL/10UL)&0x1UL)) // 6M/d=43.2M/(16… macro
118 #define SC_6M_UARTDIV(d) (((d*9/10)>>1)+((d*9/10)&0x1)) // 6M/d=43.2M/(16*uart_div)… macro