Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c8228 MS_U16 u16IPMFetchTotal = *pu16IPMFetch; in _MDrv_SC_set_fetch_number_limit_impl() local
8232 *pu16IPMFetch = u16IPMFetchTotal*u32RightFactor /(u32RightFactor + u32LeftFactor); in _MDrv_SC_set_fetch_number_limit_impl()
8234 gSrcInfo[eWindow].u16IPMFetch = u16IPMFetchTotal - *pu16IPMFetch; in _MDrv_SC_set_fetch_number_limit_impl()
8240 *pu16IPMFetch = u16IPMFetchTotal*u32LeftFactor /(u32RightFactor + u32LeftFactor); in _MDrv_SC_set_fetch_number_limit_impl()
8243 gSrcInfo[eWindow].Status2.u16DualMiuIPMFetch = u16IPMFetchTotal - *pu16IPMFetch; in _MDrv_SC_set_fetch_number_limit_impl()
H A Dmdrv_sc_scaling.c.08203 MS_U16 u16IPMFetchTotal = *pu16IPMFetch;
8207 *pu16IPMFetch = u16IPMFetchTotal*u32RightFactor /(u32RightFactor + u32LeftFactor);
8209 gSrcInfo[eWindow].u16IPMFetch = u16IPMFetchTotal - *pu16IPMFetch;
8215 *pu16IPMFetch = u16IPMFetchTotal*u32LeftFactor /(u32RightFactor + u32LeftFactor);
8218 gSrcInfo[eWindow].Status2.u16DualMiuIPMFetch = u16IPMFetchTotal - *pu16IPMFetch;