Home
last modified time | relevance | path

Searched refs:DCT_PERIOD_US (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/accel/ivpu/
H A Divpu_hw_btrs.h19 #define DCT_PERIOD_US 35300u macro
H A Divpu_pm.c409 active_us = (DCT_PERIOD_US * active_percent) / 100; in ivpu_pm_dct_enable()
410 inactive_us = DCT_PERIOD_US - active_us; in ivpu_pm_dct_enable()