Searched refs:GATE_ICG0 (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/clk/mediatek/ |
D | clk-mt6797.c | 427 #define GATE_ICG0(_id, _name, _parent, _shift) { \ macro 455 GATE_ICG0(CLK_INFRA_PMIC_TMR, "infra_pmic_tmr", "ulposc", 0), 456 GATE_ICG0(CLK_INFRA_PMIC_AP, "infra_pmic_ap", "pmicspi_sel", 1), 457 GATE_ICG0(CLK_INFRA_PMIC_MD, "infra_pmic_md", "pmicspi_sel", 2), 458 GATE_ICG0(CLK_INFRA_PMIC_CONN, "infra_pmic_conn", "pmicspi_sel", 3), 459 GATE_ICG0(CLK_INFRA_SCP, "infra_scp", "scp_sel", 4), 460 GATE_ICG0(CLK_INFRA_SEJ, "infra_sej", "axi_sel", 5), 461 GATE_ICG0(CLK_INFRA_APXGPT, "infra_apxgpt", "axi_sel", 6), 462 GATE_ICG0(CLK_INFRA_SEJ_13M, "infra_sej_13m", "clk26m", 7), 463 GATE_ICG0(CLK_INFRA_ICUSB, "infra_icusb", "usb20_sel", 8), [all …]
|