Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/qcom/
Dclk-rcg2.c405 u32 notn_m, n, m, d, not2d, mask; in clk_rcg2_get_duty_cycle() local
414 regmap_read(rcg->clkr.regmap, RCG_D_OFFSET(rcg), &not2d); in clk_rcg2_get_duty_cycle()
418 if (!not2d && !m && !notn_m) { in clk_rcg2_get_duty_cycle()
427 d = ~(not2d) & mask; in clk_rcg2_get_duty_cycle()
441 u32 notn_m, n, m, d, not2d, mask, duty_per, cfg; in clk_rcg2_set_duty_cycle() local
476 not2d = ~d & mask; in clk_rcg2_set_duty_cycle()
479 not2d); in clk_rcg2_set_duty_cycle()