Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Dsysfs.c25 hdev->asic_prop.max_freq_value = value; in clk_max_freq_mhz_show()
48 hdev->asic_prop.max_freq_value = value * 1000 * 1000; in clk_max_freq_mhz_store()
50 hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index, hdev->asic_prop.max_freq_value); in clk_max_freq_mhz_store()
H A Dfirmware_if.c3129 hdev->asic_prop.max_freq_value); in hl_fw_set_pll_profile()
H A Dhabanalabs.h745 u64 max_freq_value; member
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c695 prop->max_freq_value = GAUDI_MAX_CLK_FREQ; in gaudi_set_fixed_properties()