Searched refs:periph_clk_enb_refcnt (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/clk/tegra/ |
D | clk.c | 67 int *periph_clk_enb_refcnt; variable 209 periph_clk_enb_refcnt = kcalloc(32 * banks, in tegra_clk_init() 210 sizeof(*periph_clk_enb_refcnt), in tegra_clk_init() 212 if (!periph_clk_enb_refcnt) in tegra_clk_init() 219 kfree(periph_clk_enb_refcnt); in tegra_clk_init()
|
D | clk-tegra20.c | 750 periph_clk_enb_refcnt); in tegra20_audio_clk_init() 834 clk_base, 0, 3, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 842 48, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 848 periph_clk_enb_refcnt); in tegra20_periph_clk_init() 865 clk_base, 0, 94, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 870 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-periph.c | 164 periph->gate.enable_refcnt = periph_clk_enb_refcnt; in _tegra_clk_register_periph()
|
D | clk-sdmmc-mux.c | 237 sdmmc_mux->gate.enable_refcnt = periph_clk_enb_refcnt; in tegra_clk_register_sdmmc_mux_div()
|
D | clk-tegra114.c | 1058 0, 48, periph_clk_enb_refcnt); in tegra114_periph_clk_init() 1062 0, 82, periph_clk_enb_refcnt); in tegra114_periph_clk_init() 1078 periph_clk_enb_refcnt); in tegra114_periph_clk_init()
|
D | clk-tegra30.c | 1033 0, 48, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1038 70, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1043 periph_clk_enb_refcnt); in tegra30_periph_clk_init()
|
D | clk.h | 30 extern int *periph_clk_enb_refcnt;
|
D | clk-tegra124.c | 1012 periph_clk_enb_refcnt); in tegra124_periph_clk_init() 1017 periph_clk_enb_refcnt); in tegra124_periph_clk_init()
|
D | clk-tegra-periph.c | 915 periph_clk_enb_refcnt); in gate_clk_init()
|
D | clk-tegra210.c | 2986 periph_clk_enb_refcnt); in tegra210_periph_clk_init() 2992 periph_clk_enb_refcnt); in tegra210_periph_clk_init()
|