Searched refs:hl_set_frequency (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/ |
H A D | goya_hwmgr.c | 16 hl_set_frequency(hdev, MME_PLL, hdev->high_pll); in goya_set_pll_profile() 17 hl_set_frequency(hdev, TPC_PLL, hdev->high_pll); in goya_set_pll_profile() 18 hl_set_frequency(hdev, IC_PLL, hdev->high_pll); in goya_set_pll_profile() 21 hl_set_frequency(hdev, MME_PLL, GOYA_PLL_FREQ_LOW); in goya_set_pll_profile() 22 hl_set_frequency(hdev, TPC_PLL, GOYA_PLL_FREQ_LOW); in goya_set_pll_profile() 23 hl_set_frequency(hdev, IC_PLL, GOYA_PLL_FREQ_LOW); in goya_set_pll_profile() 26 hl_set_frequency(hdev, MME_PLL, goya->mme_clk); in goya_set_pll_profile() 27 hl_set_frequency(hdev, TPC_PLL, goya->tpc_clk); in goya_set_pll_profile() 28 hl_set_frequency(hdev, IC_PLL, goya->ic_clk); in goya_set_pll_profile() 108 hl_set_frequency(hde in mme_clk_store() [all...] |
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/ |
H A D | gaudi_hwmgr.c | 16 hl_set_frequency(hdev, MME_PLL, gaudi->max_freq_value); in gaudi_set_pll_profile() 88 hl_set_frequency(hdev, MME_PLL, gaudi->max_freq_value); in clk_max_freq_mhz_store()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | sysfs.c | 41 void hl_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq) in hl_set_frequency() function
|
H A D | habanalabs.h | 1954 void hl_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq);
|
Completed in 6 milliseconds