Searched refs:hl_fw_get_frequency (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/accel/habanalabs/goya/ |
H A D | goya_hwmgr.c | 47 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/drivers/accel/habanalabs/common/ |
H A D | sysfs.c | 21 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, false); in clk_max_freq_mhz_show() 64 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, true); in clk_cur_freq_mhz_show()
|
H A D | firmware_if.c | 3145 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, false); in hl_fw_get_clk_rate() 3154 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, true); in hl_fw_get_clk_rate() 3166 long hl_fw_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr) in hl_fw_get_frequency() function
|
H A D | habanalabs.h | 4010 long hl_fw_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr);
|