Searched refs:clk_pll_index (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/accel/habanalabs/common/ |
D | sysfs.c | 20 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, false); in clk_max_freq_mhz_show() 49 hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index, hdev->asic_prop.max_freq_value); in clk_max_freq_mhz_store() 63 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, true); in clk_cur_freq_mhz_show()
|
D | firmware_if.c | 3084 hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index, in hl_fw_set_pll_profile() 3101 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, false); in hl_fw_get_clk_rate() 3110 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, true); in hl_fw_get_clk_rate()
|
D | habanalabs.h | 734 u32 clk_pll_index; member
|
/linux-6.6.21/drivers/accel/habanalabs/goya/ |
D | goya.c | 488 prop->clk_pll_index = HL_GOYA_MME_PLL; in goya_set_fixed_properties()
|
/linux-6.6.21/drivers/accel/habanalabs/gaudi/ |
D | gaudi.c | 691 prop->clk_pll_index = HL_GAUDI_MME_PLL; in gaudi_set_fixed_properties()
|
/linux-6.6.21/drivers/accel/habanalabs/gaudi2/ |
D | gaudi2.c | 2459 prop->clk_pll_index = HL_GAUDI2_MME_PLL; in gaudi2_set_fixed_properties()
|