Home
last modified time | relevance | path

Searched refs:hl_fw_get_frequency (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/misc/habanalabs/goya/
Dgoya_hwmgr.c47 value = hl_fw_get_frequency(hdev, HL_GOYA_MME_PLL, false); in mme_clk_show()
96 value = hl_fw_get_frequency(hdev, HL_GOYA_TPC_PLL, false); in tpc_clk_show()
145 value = hl_fw_get_frequency(hdev, HL_GOYA_IC_PLL, false); in ic_clk_show()
194 value = hl_fw_get_frequency(hdev, HL_GOYA_MME_PLL, true); in mme_clk_curr_show()
211 value = hl_fw_get_frequency(hdev, HL_GOYA_TPC_PLL, true); in tpc_clk_curr_show()
228 value = hl_fw_get_frequency(hdev, HL_GOYA_IC_PLL, true); in ic_clk_curr_show()
/linux-6.1.9/drivers/misc/habanalabs/common/
Dsysfs.c20 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, false); in clk_max_freq_mhz_show()
63 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, true); in clk_cur_freq_mhz_show()
Dfirmware_if.c2861 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, false); in hl_fw_get_clk_rate()
2870 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, true); in hl_fw_get_clk_rate()
2882 long hl_fw_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr) in hl_fw_get_frequency() function
Dhabanalabs.h3741 long hl_fw_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr);