Home
last modified time | relevance | path

Searched refs:lpg_clk_rates_hi_res (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/leds/rgb/
H A Dleds-qcom-lpg.c413 static const unsigned int lpg_clk_rates_hi_res[] = {0, 1024, 32768, 19200000, 76800000}; variable
451 clk_rate_arr = lpg_clk_rates_hi_res; in lpg_calc_freq()
452 clk_len = ARRAY_SIZE(lpg_clk_rates_hi_res); in lpg_calc_freq()
533 clk_rate = lpg_clk_rates_hi_res[chan->clk_sel]; in lpg_calc_duty()
1275 refclk = lpg_clk_rates_hi_res[FIELD_GET(PWM_CLK_SELECT_HI_RES_MASK, val)]; in lpg_pwm_get_state()