Searched refs:high_pll (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/ |
H A D | goya_hwmgr.c | 16 hl_set_frequency(hdev, MME_PLL, hdev->high_pll); in goya_set_pll_profile() 17 hl_set_frequency(hdev, TPC_PLL, hdev->high_pll); in goya_set_pll_profile() 18 hl_set_frequency(hdev, 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);
|
H A D | goya.c | 446 prop->high_pll = PLL_HIGH_DEFAULT; in goya_get_fixed_properties()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/ |
H A D | goya_hwmgr.c | 19 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 D | goya.c | 460 prop->high_pll = PLL_HIGH_DEFAULT; in goya_set_fixed_properties()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | device.c | 454 hdev->high_pll = hdev->asic_prop.high_pll; in device_late_init()
|
H A D | habanalabs.h | 312 * @high_pll: high PLL frequency used by the device. 364 u32 high_pll; member 1559 * @high_pll: high PLL profile frequency. 1666 u32 high_pll; member
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | device.c | 1065 hdev->high_pll = hdev->asic_prop.high_pll; in device_late_init()
|
H A D | habanalabs.h | 598 * @high_pll: high PLL frequency used by the device. 749 u32 high_pll; member 3241 * @high_pll: high PLL profile frequency. 3417 u32 high_pll; member
|
Completed in 30 milliseconds