Searched refs:VC5_CLK_OUTPUT_CFG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-versaclock5.c | 95 #define VC5_CLK_OUTPUT_CFG(idx, n) (0x60 + ((idx) * 0x2) + (n)) macro 620 regmap_update_bits(vc5->regmap, VC5_CLK_OUTPUT_CFG(hwdata->num, 1), in vc5_clk_out_prepare() 629 VC5_CLK_OUTPUT_CFG(hwdata->num, 0), in vc5_clk_out_prepare() 643 regmap_update_bits(vc5->regmap, VC5_CLK_OUTPUT_CFG(hwdata->num, 1), in vc5_clk_out_unprepare()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-versaclock5.c | 94 #define VC5_CLK_OUTPUT_CFG(idx, n) (0x60 + ((idx) * 0x2) + (n)) macro 640 ret = regmap_set_bits(vc5->regmap, VC5_CLK_OUTPUT_CFG(hwdata->num, 1), in vc5_clk_out_prepare() 651 VC5_CLK_OUTPUT_CFG(hwdata->num, 0), in vc5_clk_out_prepare() 667 regmap_clear_bits(vc5->regmap, VC5_CLK_OUTPUT_CFG(hwdata->num, 1), in vc5_clk_out_unprepare()
|
Completed in 4 milliseconds