Searched refs:BRDIV_BITS (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dserial.c371 #define BRDIV_BITS 16 macro
380 if (div_val / 16 >> BRDIV_BITS > 0) {
382 sclk_uart = 0;//clk_set_div(device_data_clk(d), div_val >> BRDIV_BITS);
385 if (div_val / 16 >> BRDIV_BITS > 0) {
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dserial.c371 #define BRDIV_BITS 16 macro
380 if (div_val / 16 >> BRDIV_BITS > 0) {
382 sclk_uart = 0;//clk_set_div(device_data_clk(d), div_val >> BRDIV_BITS);
385 if (div_val / 16 >> BRDIV_BITS > 0) {

Completed in 25 milliseconds