Searched refs:frac_div (Results 1 – 4 of 4) sorted by relevance
42 if (combtxphy->frac_div) in rk628_combtxphy_dsi_power_on()49 SW_PLL_FRAC_DIV(combtxphy->frac_div) | in rk628_combtxphy_dsi_power_on()112 SW_PLL_FRAC_DIV(combtxphy->frac_div) | in rk628_combtxphy_lvds_power_on()142 SW_PLL_FRAC_DIV(combtxphy->frac_div) | in rk628_combtxphy_gvi_power_on()257 combtxphy->frac_div = 1024 * fvco * combtxphy->ref_div / 8 / fin; in rk628_combtxphy_set_mode()258 combtxphy->frac_div -= 1024 * combtxphy->fb_div; in rk628_combtxphy_set_mode()263 fvco = fin * (1024 * combtxphy->fb_div + combtxphy->frac_div) * 8; in rk628_combtxphy_set_mode()279 combtxphy->frac_div = 0; in rk628_combtxphy_set_mode()339 combtxphy->frac_div = 0; in rk628_combtxphy_set_mode()
473 u16 frac_div; member
42 u32 clock, int_div, frac_div, tmp; in stm32_serial_setbrg() local53 frac_div = int_div - (100 * (tmp >> USART_BRR_M_SHIFT)); in stm32_serial_setbrg()54 tmp |= (((frac_div * 16) + 50) / 100) & USART_BRR_F_MASK; in stm32_serial_setbrg()
1138 u32 sel, id, con, frac_div, div; in rk3528_uart_get_rate() local1219 frac_div = readl(&cru->clksel_con[id - 1]); in rk3528_uart_get_rate()1220 n = (frac_div & 0xffff0000) >> 16; in rk3528_uart_get_rate()1221 m = frac_div & 0x0000ffff; in rk3528_uart_get_rate()