Searched refs:GATE_ICG (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/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-mt8173.c | 607 #define GATE_ICG(_id, _name, _parent, _shift) { \ macro 617 GATE_ICG(CLK_INFRA_DBGCLK, "infra_dbgclk", "axi_sel", 0), 618 GATE_ICG(CLK_INFRA_SMI, "infra_smi", "mm_sel", 1), 619 GATE_ICG(CLK_INFRA_AUDIO, "infra_audio", "aud_intbus_sel", 5), 620 GATE_ICG(CLK_INFRA_GCE, "infra_gce", "axi_sel", 6), 621 GATE_ICG(CLK_INFRA_L2C_SRAM, "infra_l2c_sram", "axi_sel", 7), 622 GATE_ICG(CLK_INFRA_M4U, "infra_m4u", "mem_sel", 8), 623 GATE_ICG(CLK_INFRA_CPUM, "infra_cpum", "cpum_ck", 15), 624 GATE_ICG(CLK_INFRA_KP, "infra_kp", "axi_sel", 16), 625 GATE_ICG(CLK_INFRA_CEC, "infra_cec", "clk26m", 18), [all …]
|