Searched refs:clk_pll_index (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/accel/habanalabs/common/ |
D | sysfs.c | 21 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, false); in clk_max_freq_mhz_show() 50 hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index, hdev->asic_prop.max_freq_value); in clk_max_freq_mhz_store() 64 value = hl_fw_get_frequency(hdev, hdev->asic_prop.clk_pll_index, true); in clk_cur_freq_mhz_show()
|
D | firmware_if.c | 3128 hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index, in hl_fw_set_pll_profile() 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()
|
D | habanalabs.h | 747 u32 clk_pll_index; member
|
/linux-6.12.1/drivers/accel/habanalabs/goya/ |
D | goya.c | 486 prop->clk_pll_index = HL_GOYA_MME_PLL; in goya_set_fixed_properties()
|
/linux-6.12.1/drivers/accel/habanalabs/gaudi/ |
D | gaudi.c | 694 prop->clk_pll_index = HL_GAUDI_MME_PLL; in gaudi_set_fixed_properties()
|
/linux-6.12.1/drivers/accel/habanalabs/gaudi2/ |
D | gaudi2.c | 2598 prop->clk_pll_index = HL_GAUDI2_MME_PLL; in gaudi2_set_fixed_properties()
|