Home
last modified time | relevance | path

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

/drivers/misc/habanalabs/goya/
Dgoya_hwmgr.c16 hl_set_frequency(hdev, HL_GOYA_MME_PLL, hdev->high_pll); in goya_set_pll_profile()
17 hl_set_frequency(hdev, HL_GOYA_TPC_PLL, hdev->high_pll); in goya_set_pll_profile()
18 hl_set_frequency(hdev, HL_GOYA_IC_PLL, hdev->high_pll); in goya_set_pll_profile()
341 return sprintf(buf, "%u\n", hdev->high_pll); in high_pll_show()
363 hdev->high_pll = value; in high_pll_store()
369 static DEVICE_ATTR_RW(high_pll);
Dgoya.c448 prop->high_pll = PLL_HIGH_DEFAULT; in goya_set_fixed_properties()
/drivers/misc/habanalabs/common/
Ddevice.c558 hdev->high_pll = hdev->asic_prop.high_pll; in device_late_init()
Dhabanalabs.h560 u32 high_pll; member
2549 u32 high_pll; member