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