Searched refs:DCT_PERIOD_US (Results 1 – 2 of 2) sorted by relevance
19 #define DCT_PERIOD_US 35300u macro
409 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()