Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/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.c458 prop->high_pll = PLL_HIGH_DEFAULT; in goya_set_fixed_properties()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-habanalabs93 What: /sys/class/accel/accel<n>/device/high_pll
/linux-6.12.1/drivers/accel/habanalabs/common/
Ddevice.c1189 hdev->high_pll = hdev->asic_prop.high_pll; in device_late_init()
Dhabanalabs.h760 u32 high_pll; member
3525 u32 high_pll; member