Lines Matching refs:ccu_div

54 struct ccu_div {  struct
111 static inline struct ccu_div *hw_to_ccu_div(struct clk_hw *hw) in hw_to_ccu_div()
115 return container_of(common, struct ccu_div, common); in hw_to_ccu_div()
182 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_recalc_rate()
197 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_get_parent()
204 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_parent()
211 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_disable()
218 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_enable()
225 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_is_enabled()
451 static struct ccu_div ahb2_cpusys_hclk = {
472 static struct ccu_div apb3_cpusys_pclk = {
488 static struct ccu_div axi4_cpusys2_aclk = {
509 static struct ccu_div axi_aclk = {
531 static struct ccu_div perisys_ahb_hclk = {
553 static struct ccu_div perisys_apb_pclk = {
569 static struct ccu_div peri2sys_apb_pclk = {
589 static struct ccu_div out1_clk = {
603 static struct ccu_div out2_clk = {
617 static struct ccu_div out3_clk = {
631 static struct ccu_div out4_clk = {
650 static struct ccu_div apb_pclk = {
669 static struct ccu_div npu_clk = {
683 static struct ccu_div vi_clk = {
695 static struct ccu_div vi_ahb_clk = {
707 static struct ccu_div vo_axi_clk = {
720 static struct ccu_div vp_apb_clk = {
732 static struct ccu_div vp_axi_clk = {
745 static struct ccu_div venc_clk = {
758 static struct ccu_div dpu0_clk = {
770 static struct ccu_div dpu1_clk = {
1005 struct ccu_div *cd = hw_to_ccu_div(&th1520_div_clks[i]->hw); in th1520_clk_probe()