Home
last modified time | relevance | path

Searched refs:high_pll (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/misc/habanalabs/goya/
Dgoya_hwmgr.c19 hl_fw_set_frequency(hdev, HL_GOYA_MME_PLL, hdev->high_pll); in goya_set_pll_profile()
20 hl_fw_set_frequency(hdev, HL_GOYA_TPC_PLL, hdev->high_pll); in goya_set_pll_profile()
21 hl_fw_set_frequency(hdev, HL_GOYA_IC_PLL, hdev->high_pll); in goya_set_pll_profile()
316 return sprintf(buf, "%u\n", hdev->high_pll); in high_pll_show()
338 hdev->high_pll = value; in high_pll_store()
344 static DEVICE_ATTR_RW(high_pll);
Dgoya.c460 prop->high_pll = PLL_HIGH_DEFAULT; in goya_set_fixed_properties()
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-driver-habanalabs93 What: /sys/class/habanalabs/hl<n>/high_pll
/linux-6.1.9/drivers/misc/habanalabs/common/
Ddevice.c930 hdev->high_pll = hdev->asic_prop.high_pll; in device_late_init()
Dhabanalabs.h737 u32 high_pll; member
3314 u32 high_pll; member