Symbol: hl_fw_set_frequency
drivers/accel/habanalabs/common/firmware_if.c
3128
hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index,
drivers/accel/habanalabs/common/habanalabs.h
4055
void hl_fw_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq);
drivers/accel/habanalabs/common/sysfs.c
50
hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index, hdev->asic_prop.max_freq_value);
drivers/accel/habanalabs/goya/goya_hwmgr.c
129
hl_fw_set_frequency(hdev, HL_GOYA_TPC_PLL, value);
drivers/accel/habanalabs/goya/goya_hwmgr.c
178
hl_fw_set_frequency(hdev, HL_GOYA_IC_PLL, value);
drivers/accel/habanalabs/goya/goya_hwmgr.c
19
hl_fw_set_frequency(hdev, HL_GOYA_MME_PLL, hdev->high_pll);
drivers/accel/habanalabs/goya/goya_hwmgr.c
20
hl_fw_set_frequency(hdev, HL_GOYA_TPC_PLL, hdev->high_pll);
drivers/accel/habanalabs/goya/goya_hwmgr.c
21
hl_fw_set_frequency(hdev, HL_GOYA_IC_PLL, hdev->high_pll);
drivers/accel/habanalabs/goya/goya_hwmgr.c
24
hl_fw_set_frequency(hdev, HL_GOYA_MME_PLL, GOYA_PLL_FREQ_LOW);
drivers/accel/habanalabs/goya/goya_hwmgr.c
25
hl_fw_set_frequency(hdev, HL_GOYA_TPC_PLL, GOYA_PLL_FREQ_LOW);
drivers/accel/habanalabs/goya/goya_hwmgr.c
26
hl_fw_set_frequency(hdev, HL_GOYA_IC_PLL, GOYA_PLL_FREQ_LOW);
drivers/accel/habanalabs/goya/goya_hwmgr.c
29
hl_fw_set_frequency(hdev, HL_GOYA_MME_PLL, goya->mme_clk);
drivers/accel/habanalabs/goya/goya_hwmgr.c
30
hl_fw_set_frequency(hdev, HL_GOYA_TPC_PLL, goya->tpc_clk);
drivers/accel/habanalabs/goya/goya_hwmgr.c
31
hl_fw_set_frequency(hdev, HL_GOYA_IC_PLL, goya->ic_clk);
drivers/accel/habanalabs/goya/goya_hwmgr.c
80
hl_fw_set_frequency(hdev, HL_GOYA_MME_PLL, value);