Searched refs:GATE_ICG (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/clk/mediatek/ |
D | clk-mt8135.c | 411 #define GATE_ICG(_id, _name, _parent, _shift) { \ macro 421 GATE_ICG(CLK_INFRA_PMIC_WRAP, "pmic_wrap_ck", "axi_sel", 23), 422 GATE_ICG(CLK_INFRA_PMICSPI, "pmicspi_ck", "pmicspi_sel", 22), 423 GATE_ICG(CLK_INFRA_CCIF1_AP_CTRL, "ccif1_ap_ctrl", "axi_sel", 21), 424 GATE_ICG(CLK_INFRA_CCIF0_AP_CTRL, "ccif0_ap_ctrl", "axi_sel", 20), 425 GATE_ICG(CLK_INFRA_KP, "kp_ck", "axi_sel", 16), 426 GATE_ICG(CLK_INFRA_CPUM, "cpum_ck", "cpum_tck_in", 15), 427 GATE_ICG(CLK_INFRA_M4U, "m4u_ck", "mem_sel", 8), 428 GATE_ICG(CLK_INFRA_MFGAXI, "mfgaxi_ck", "axi_sel", 7), 429 GATE_ICG(CLK_INFRA_DEVAPC, "devapc_ck", "axi_sel", 6), [all …]
|
D | clk-mt2701.c | 716 #define GATE_ICG(_id, _name, _parent, _shift) { \ macro 726 GATE_ICG(CLK_INFRA_DBG, "dbgclk", "axi_sel", 0), 727 GATE_ICG(CLK_INFRA_SMI, "smi_ck", "mm_sel", 1), 728 GATE_ICG(CLK_INFRA_QAXI_CM4, "cm4_ck", "axi_sel", 2), 729 GATE_ICG(CLK_INFRA_AUD_SPLIN_B, "audio_splin_bck", "hadds2pll_294m", 4), 730 GATE_ICG(CLK_INFRA_AUDIO, "audio_ck", "clk26m", 5), 731 GATE_ICG(CLK_INFRA_EFUSE, "efuse_ck", "clk26m", 6), 732 GATE_ICG(CLK_INFRA_L2C_SRAM, "l2c_sram_ck", "mm_sel", 7), 733 GATE_ICG(CLK_INFRA_M4U, "m4u_ck", "mem_sel", 8), 734 GATE_ICG(CLK_INFRA_CONNMCU, "connsys_bus", "wbg_dig_ck_416m", 12), [all …]
|
D | clk-mt8173.c | 630 #define GATE_ICG(_id, _name, _parent, _shift) { \ macro 640 GATE_ICG(CLK_INFRA_DBGCLK, "infra_dbgclk", "axi_sel", 0), 641 GATE_ICG(CLK_INFRA_SMI, "infra_smi", "mm_sel", 1), 642 GATE_ICG(CLK_INFRA_AUDIO, "infra_audio", "aud_intbus_sel", 5), 643 GATE_ICG(CLK_INFRA_GCE, "infra_gce", "axi_sel", 6), 644 GATE_ICG(CLK_INFRA_L2C_SRAM, "infra_l2c_sram", "axi_sel", 7), 645 GATE_ICG(CLK_INFRA_M4U, "infra_m4u", "mem_sel", 8), 646 GATE_ICG(CLK_INFRA_CPUM, "infra_cpum", "cpum_ck", 15), 647 GATE_ICG(CLK_INFRA_KP, "infra_kp", "axi_sel", 16), 648 GATE_ICG(CLK_INFRA_CEC, "infra_cec", "clk26m", 18), [all …]
|