Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/goya/
H A 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);
H A Dgoya.c460 prop->high_pll = PLL_HIGH_DEFAULT; in goya_set_fixed_properties()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-habanalabs93 What: /sys/class/habanalabs/hl<n>/high_pll
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddevice.c1065 hdev->high_pll = hdev->asic_prop.high_pll; in device_late_init()
H A Dhabanalabs.h749 u32 high_pll; member
3417 u32 high_pll; member