Searched refs:GATE_ICG1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/clk/mediatek/ |
D | clk-mt6797.c | 425 #define GATE_ICG1(_id, _name, _parent, _shift) \ macro 474 GATE_ICG1(CLK_INFRA_MD2MD_CCIF_3, "infra_md2md_ccif_3", "axi_sel", 0), 475 GATE_ICG1(CLK_INFRA_SPI, "infra_spi", "spi_sel", 1), 476 GATE_ICG1(CLK_INFRA_MSDC0, "infra_msdc0", "msdc50_0_sel", 2), 477 GATE_ICG1(CLK_INFRA_MD2MD_CCIF_4, "infra_md2md_ccif_4", "axi_sel", 3), 478 GATE_ICG1(CLK_INFRA_MSDC1, "infra_msdc1", "msdc30_1_sel", 4), 479 GATE_ICG1(CLK_INFRA_MSDC2, "infra_msdc2", "msdc30_2_sel", 5), 480 GATE_ICG1(CLK_INFRA_MD2MD_CCIF_5, "infra_md2md_ccif_5", "axi_sel", 7), 481 GATE_ICG1(CLK_INFRA_GCPU, "infra_gcpu", "axi_sel", 8), 482 GATE_ICG1(CLK_INFRA_TRNG, "infra_trng", "axi_sel", 9), [all …]
|