Searched refs:clk_hisi_phase (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/hisilicon/ |
H A D | clk-hisi-phase.c | 16 struct clk_hisi_phase { struct 28 #define to_clk_hisi_phase(_hw) container_of(_hw, struct clk_hisi_phase, hw) 30 static int hisi_phase_regval_to_degrees(struct clk_hisi_phase *phase, in hisi_phase_regval_to_degrees() 44 struct clk_hisi_phase *phase = to_clk_hisi_phase(hw); in hisi_clk_get_phase() 53 static int hisi_phase_degrees_to_regval(struct clk_hisi_phase *phase, in hisi_phase_degrees_to_regval() 67 struct clk_hisi_phase *phase = to_clk_hisi_phase(hw); in hisi_clk_set_phase() 97 struct clk_hisi_phase *phase; in clk_register_hisi_phase() 100 phase = devm_kzalloc(dev, sizeof(struct clk_hisi_phase), GFP_KERNEL); in clk_register_hisi_phase()
|
/kernel/linux/linux-6.6/drivers/clk/hisilicon/ |
H A D | clk-hisi-phase.c | 16 struct clk_hisi_phase { struct 28 #define to_clk_hisi_phase(_hw) container_of(_hw, struct clk_hisi_phase, hw) 30 static int hisi_phase_regval_to_degrees(struct clk_hisi_phase *phase, in hisi_phase_regval_to_degrees() 44 struct clk_hisi_phase *phase = to_clk_hisi_phase(hw); in hisi_clk_get_phase() 53 static int hisi_phase_degrees_to_regval(struct clk_hisi_phase *phase, in hisi_phase_degrees_to_regval() 67 struct clk_hisi_phase *phase = to_clk_hisi_phase(hw); in hisi_clk_set_phase() 97 struct clk_hisi_phase *phase; in clk_register_hisi_phase() 100 phase = devm_kzalloc(dev, sizeof(struct clk_hisi_phase), GFP_KERNEL); in clk_register_hisi_phase()
|
Completed in 2 milliseconds