Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accel/habanalabs/common/
Dsysfs.c24 hdev->asic_prop.max_freq_value = value; in clk_max_freq_mhz_show()
47 hdev->asic_prop.max_freq_value = value * 1000 * 1000; in clk_max_freq_mhz_store()
49 hl_fw_set_frequency(hdev, hdev->asic_prop.clk_pll_index, hdev->asic_prop.max_freq_value); in clk_max_freq_mhz_store()
Dfirmware_if.c3085 hdev->asic_prop.max_freq_value); in hl_fw_set_pll_profile()
Dhabanalabs.h732 u64 max_freq_value; member
/Linux-v6.6/drivers/accel/habanalabs/gaudi/
Dgaudi.c692 prop->max_freq_value = GAUDI_MAX_CLK_FREQ; in gaudi_set_fixed_properties()