/linux/drivers/clk/mediatek/ |
H A D | clk-mt8186-ipe.c | 19 #define GATE_IPE(_id, _name, _parent, _shift) \ macro 23 GATE_IPE(CLK_IPE_LARB19, "ipe_larb19", "top_ipe", 0), 24 GATE_IPE(CLK_IPE_LARB20, "ipe_larb20", "top_ipe", 1), 25 GATE_IPE(CLK_IPE_SMI_SUBCOM, "ipe_smi_subcom", "top_ipe", 2), 26 GATE_IPE(CLK_IPE_FD, "ipe_fd", "top_ipe", 3), 27 GATE_IPE(CLK_IPE_FE, "ipe_fe", "top_ipe", 4), 28 GATE_IPE(CLK_IPE_RSC, "ipe_rsc", "top_ipe", 5), 29 GATE_IPE(CLK_IPE_DPE, "ipe_dpe", "top_ipe", 6), 30 GATE_IPE(CLK_IPE_GALS_IPE, "ipe_gals_ipe", "top_img1", 8),
|
H A D | clk-mt8192-ipe.c | 21 #define GATE_IPE(_id, _name, _parent, _shift) \ macro 25 GATE_IPE(CLK_IPE_LARB19, "ipe_larb19", "ipe_sel", 0), 26 GATE_IPE(CLK_IPE_LARB20, "ipe_larb20", "ipe_sel", 1), 27 GATE_IPE(CLK_IPE_SMI_SUBCOM, "ipe_smi_subcom", "ipe_sel", 2), 28 GATE_IPE(CLK_IPE_FD, "ipe_fd", "ipe_sel", 3), 29 GATE_IPE(CLK_IPE_FE, "ipe_fe", "ipe_sel", 4), 30 GATE_IPE(CLK_IPE_RSC, "ipe_rsc", "ipe_sel", 5), 31 GATE_IPE(CLK_IPE_DPE, "ipe_dpe", "ipe_sel", 6), 32 GATE_IPE(CLK_IPE_GALS, "ipe_gals", "ipe_sel", 8),
|
H A D | clk-mt6779-ipe.c | 21 #define GATE_IPE(_id, _name, _parent, _shift) \ macro 26 GATE_IPE(CLK_IPE_LARB7, "ipe_larb7", "ipe_sel", 0), 27 GATE_IPE(CLK_IPE_LARB8, "ipe_larb8", "ipe_sel", 1), 28 GATE_IPE(CLK_IPE_SMI_SUBCOM, "ipe_smi_subcom", "ipe_sel", 2), 29 GATE_IPE(CLK_IPE_FD, "ipe_fd", "ipe_sel", 3), 30 GATE_IPE(CLK_IPE_FE, "ipe_fe", "ipe_sel", 4), 31 GATE_IPE(CLK_IPE_RSC, "ipe_rsc", "ipe_sel", 5), 32 GATE_IPE(CLK_IPE_DPE, "ipe_dpe", "ipe_sel", 6),
|
H A D | clk-mt8195-ipe.c | 19 #define GATE_IPE(_id, _name, _parent, _shift) \ macro 23 GATE_IPE(CLK_IPE_DPE, "ipe_dpe", "top_ipe", 0), 24 GATE_IPE(CLK_IPE_FDVT, "ipe_fdvt", "top_ipe", 1), 25 GATE_IPE(CLK_IPE_ME, "ipe_me", "top_ipe", 2), 26 GATE_IPE(CLK_IPE_TOP, "ipe_top", "top_ipe", 3), 27 GATE_IPE(CLK_IPE_SMI_LARB12, "ipe_smi_larb12", "top_ipe", 4),
|
H A D | clk-mt8188-ipe.c | 20 #define GATE_IPE(_id, _name, _parent, _shift) \ macro 24 GATE_IPE(CLK_IPE_DPE, "ipe_dpe", "top_ipe", 0), 25 GATE_IPE(CLK_IPE_FDVT, "ipe_fdvt", "top_ipe", 1), 26 GATE_IPE(CLK_IPE_ME, "ipe_me", "top_ipe", 2), 27 GATE_IPE(CLK_IPESYS_TOP, "ipesys_top", "top_ipe", 3), 28 GATE_IPE(CLK_IPE_SMI_LARB12, "ipe_smi_larb12", "top_ipe", 4),
|