Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
A Dclk-rcg2.c363 u32 notn_m, n, m, d, not2d, mask; in clk_rcg2_get_duty_cycle() local
372 regmap_read(rcg->clkr.regmap, RCG_D_OFFSET(rcg), &not2d); in clk_rcg2_get_duty_cycle()
376 if (!not2d && !m && !notn_m) { in clk_rcg2_get_duty_cycle()
385 d = ~(not2d) & mask; in clk_rcg2_get_duty_cycle()
399 u32 notn_m, n, m, d, not2d, mask, duty_per; in clk_rcg2_set_duty_cycle() local
427 not2d = ~d & mask; in clk_rcg2_set_duty_cycle()
430 not2d); in clk_rcg2_set_duty_cycle()

Completed in 9 milliseconds