Searched refs:periph_clk_enb_refcnt (Results 1 – 7 of 7) sorted by relevance
/drivers/clk/tegra/ |
D | clk.c | 70 int *periph_clk_enb_refcnt; variable 175 periph_clk_enb_refcnt = kzalloc(32 * banks * in tegra_clk_init() 176 sizeof(*periph_clk_enb_refcnt), GFP_KERNEL); in tegra_clk_init() 177 if (!periph_clk_enb_refcnt) in tegra_clk_init() 184 kfree(periph_clk_enb_refcnt); in tegra_clk_init()
|
D | clk-tegra20.c | 759 periph_clk_enb_refcnt); in tegra20_audio_clk_init() 809 clk_base, 0, 3, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 814 0, 34, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 824 57, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 829 48, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 835 periph_clk_enb_refcnt); in tegra20_periph_clk_init() 842 clk_base, 0, 94, periph_clk_enb_refcnt); in tegra20_periph_clk_init() 849 clk_base, 0, 93, periph_clk_enb_refcnt); in tegra20_periph_clk_init()
|
D | clk-tegra-audio.c | 211 periph_clk_enb_refcnt); in tegra_audio_clk_init()
|
D | clk-tegra30.c | 1142 0, 48, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1147 70, periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1152 periph_clk_enb_refcnt); in tegra30_periph_clk_init() 1162 57, periph_clk_enb_refcnt); in tegra30_periph_clk_init()
|
D | clk-periph.c | 176 periph->gate.enable_refcnt = periph_clk_enb_refcnt; in _tegra_clk_register_periph()
|
D | clk.h | 40 extern int *periph_clk_enb_refcnt;
|
D | clk-tegra-periph.c | 634 periph_clk_enb_refcnt); in gate_clk_init()
|