Searched refs:periph_clk_enb_refcnt (Results  1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/clk/tegra/ | 
| D | clk.c | 76 int *periph_clk_enb_refcnt;  variable 204 	periph_clk_enb_refcnt = kzalloc(32 * banks *  in tegra_clk_init() 205 				sizeof(*periph_clk_enb_refcnt), GFP_KERNEL);  in tegra_clk_init() 206 	if (!periph_clk_enb_refcnt)  in tegra_clk_init() 213 		kfree(periph_clk_enb_refcnt);  in tegra_clk_init()
  | 
| D | clk-tegra20.c | 760 				    periph_clk_enb_refcnt);  in tegra20_audio_clk_init() 810 				    clk_base, 0, 3, periph_clk_enb_refcnt);  in tegra20_periph_clk_init() 815 				    0, 34, periph_clk_enb_refcnt);  in tegra20_periph_clk_init() 825 				    57, periph_clk_enb_refcnt);  in tegra20_periph_clk_init() 834 				    48, periph_clk_enb_refcnt);  in tegra20_periph_clk_init() 840 				    periph_clk_enb_refcnt);  in tegra20_periph_clk_init() 847 				    clk_base, 0, 94, periph_clk_enb_refcnt);  in tegra20_periph_clk_init() 854 				    clk_base, 0, 93, periph_clk_enb_refcnt);  in tegra20_periph_clk_init()
  | 
| D | clk-tegra-audio.c | 221 				periph_clk_enb_refcnt);  in tegra_audio_clk_init()
  | 
| D | clk-periph.c | 175 	periph->gate.enable_refcnt = periph_clk_enb_refcnt;  in _tegra_clk_register_periph()
  | 
| 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.h | 40 extern int *periph_clk_enb_refcnt;
  | 
| D | clk-tegra114.c | 1198 					     0, 48, periph_clk_enb_refcnt);  in tegra114_periph_clk_init() 1202 					     0, 82, periph_clk_enb_refcnt);  in tegra114_periph_clk_init()
  | 
| D | clk-tegra124.c | 1123 					     periph_clk_enb_refcnt);  in tegra124_periph_clk_init() 1128 					     periph_clk_enb_refcnt);  in tegra124_periph_clk_init()
  | 
| D | clk-tegra-periph.c | 631 				periph_clk_enb_refcnt);  in gate_clk_init()
  |