Searched refs:divl (Results 1 – 1 of 1) sorted by relevance
208 u8 divl = 12; in si2165_init_pll() local245 state->sys_clk = state->fvco_hz / (divl * 2u); in si2165_init_pll()248 buf[0] = divl; in si2165_init_pll()255 static int si2165_adjust_pll_divl(struct si2165_state *state, u8 divl) in si2165_adjust_pll_divl() argument257 state->sys_clk = state->fvco_hz / (divl * 2u); in si2165_adjust_pll_divl()258 return si2165_writereg8(state, REG_PLL_DIVL, divl); in si2165_adjust_pll_divl()