Searched refs:periph_clk_enb_refcnt (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/clk/tegra/ |
D | clk.c | 28 int *periph_clk_enb_refcnt; variable 230 periph_clk_enb_refcnt = kcalloc(32 * banks, in tegra_clk_init() 231 sizeof(*periph_clk_enb_refcnt), in tegra_clk_init() 233 if (!periph_clk_enb_refcnt) in tegra_clk_init() 240 kfree(periph_clk_enb_refcnt); in tegra_clk_init() 248 kfree(periph_clk_enb_refcnt); in tegra_clk_init()
|
D | clk-tegra20.c | 745 periph_clk_enb_refcnt); in tegra20_audio_clk_init() 793 clk_base, 0, 3, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 807 48, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 813 periph_clk_enb_refcnt); in tegra20_periph_clk_init() 830 clk_base, 0, 94, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 835 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 | 196 periph->gate.enable_refcnt = periph_clk_enb_refcnt; in _tegra_clk_register_periph()
|
D | clk-sdmmc-mux.c | 263 sdmmc_mux->gate.enable_refcnt = periph_clk_enb_refcnt; in tegra_clk_register_sdmmc_mux_div()
|
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-tegra30.c | 1009 0, 48, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1014 70, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1019 periph_clk_enb_refcnt); in tegra30_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 | 907 periph_clk_enb_refcnt); in gate_clk_init()
|
D | clk-tegra210.c | 3121 periph_clk_enb_refcnt); in tegra210_periph_clk_init() 3127 periph_clk_enb_refcnt); in tegra210_periph_clk_init()
|