Searched refs:RK3588_PLLCON2_K_MASK (Results 1 – 1 of 1) sorted by relevance
431 #define RK3588_PLLCON2_K_MASK 0xffff macro496 RK3588_PLLCON2_K_MASK, in rk3588_pll_set_rate()588 k = (con & RK3588_PLLCON2_K_MASK) >> in rk3588_pll_get_rate()597 k = (~(k - 1)) & RK3588_PLLCON2_K_MASK; in rk3588_pll_get_rate()