Searched refs:periph_clk_enb_refcnt (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
D | clk.c | 23 int *periph_clk_enb_refcnt; variable 225 periph_clk_enb_refcnt = kcalloc(32 * banks, in tegra_clk_init() 226 sizeof(*periph_clk_enb_refcnt), in tegra_clk_init() 228 if (!periph_clk_enb_refcnt) in tegra_clk_init() 235 kfree(periph_clk_enb_refcnt); in tegra_clk_init() 243 kfree(periph_clk_enb_refcnt); in tegra_clk_init()
|
D | clk-tegra20.c | 749 periph_clk_enb_refcnt); in tegra20_audio_clk_init() 797 clk_base, 0, 3, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 811 48, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 817 periph_clk_enb_refcnt); in tegra20_periph_clk_init() 834 clk_base, 0, 94, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 839 clk_base, 0, 93, periph_clk_enb_refcnt); in tegra20_periph_clk_init()
|
D | clk-tegra-audio.c | 244 periph_clk_enb_refcnt); in tegra_audio_clk_init()
|
D | clk-sdmmc-mux.c | 263 sdmmc_mux->gate.enable_refcnt = periph_clk_enb_refcnt; in tegra_clk_register_sdmmc_mux_div()
|
D | clk-periph.c | 196 periph->gate.enable_refcnt = periph_clk_enb_refcnt; in _tegra_clk_register_periph()
|
D | clk-tegra30.c | 1027 0, 48, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1032 70, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1037 periph_clk_enb_refcnt); in tegra30_periph_clk_init()
|
D | clk-tegra114.c | 1041 0, 48, periph_clk_enb_refcnt); in tegra114_periph_clk_init() 1045 0, 82, periph_clk_enb_refcnt); in tegra114_periph_clk_init() 1061 periph_clk_enb_refcnt); in tegra114_periph_clk_init()
|
D | clk.h | 89 extern int *periph_clk_enb_refcnt;
|
D | clk-tegra124.c | 1045 periph_clk_enb_refcnt); in tegra124_periph_clk_init() 1050 periph_clk_enb_refcnt); in tegra124_periph_clk_init()
|
D | clk-tegra-periph.c | 911 periph_clk_enb_refcnt); in gate_clk_init()
|
D | clk-tegra210.c | 3070 periph_clk_enb_refcnt); in tegra210_periph_clk_init() 3076 periph_clk_enb_refcnt); in tegra210_periph_clk_init()
|