Searched refs:GATE_INFRA (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/mediatek/ |
| H A D | clk-mt7622.c | 61 #define GATE_INFRA(_id, _name, _parent, _shift) { \ macro 356 GATE_INFRA(CLK_INFRA_DBGCLK_PD, "infra_dbgclk_pd", "axi_sel", 0), 357 GATE_INFRA(CLK_INFRA_TRNG, "trng_ck", "axi_sel", 2), 358 GATE_INFRA(CLK_INFRA_AUDIO_PD, "infra_audio_pd", "aud_intbus_sel", 5), 359 GATE_INFRA(CLK_INFRA_IRRX_PD, "infra_irrx_pd", "irrx_sel", 16), 360 GATE_INFRA(CLK_INFRA_APXGPT_PD, "infra_apxgpt_pd", "f10m_ref_sel", 18), 361 GATE_INFRA(CLK_INFRA_PMIC_PD, "infra_pmic_pd", "pmicspi_sel", 22),
|
| H A D | clk-mt7629.c | 61 #define GATE_INFRA(_id, _name, _parent, _shift) { \ macro 357 GATE_INFRA(CLK_INFRA_DBGCLK_PD, "infra_dbgclk_pd", "hd_faxi", 0), 358 GATE_INFRA(CLK_INFRA_TRNG_PD, "infra_trng_pd", "hd_faxi", 2), 359 GATE_INFRA(CLK_INFRA_DEVAPC_PD, "infra_devapc_pd", "hd_faxi", 4), 360 GATE_INFRA(CLK_INFRA_APXGPT_PD, "infra_apxgpt_pd", "infrao_10m", 18), 361 GATE_INFRA(CLK_INFRA_SEJ_PD, "infra_sej_pd", "infrao_10m", 19),
|
| H A D | clk-mt2712.c | 1000 #define GATE_INFRA(_id, _name, _parent, _shift) { \ macro 1010 GATE_INFRA(CLK_INFRA_DBGCLK, "infra_dbgclk", "axi_sel", 0), 1011 GATE_INFRA(CLK_INFRA_GCE, "infra_gce", "axi_sel", 6), 1012 GATE_INFRA(CLK_INFRA_M4U, "infra_m4u", "mem_sel", 8), 1013 GATE_INFRA(CLK_INFRA_KP, "infra_kp", "axi_sel", 16), 1014 GATE_INFRA(CLK_INFRA_AO_SPI0, "infra_ao_spi0", "spi_sel", 24), 1015 GATE_INFRA(CLK_INFRA_AO_SPI1, "infra_ao_spi1", "spislv_sel", 25), 1016 GATE_INFRA(CLK_INFRA_AO_UART5, "infra_ao_uart5", "axi_sel", 26),
|