Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pwr.c62 mod = delta % desc->volt_list.stepVolt; in PWR_SetVoltage_Linear()
67 val = delta / desc->volt_list.stepVolt; in PWR_SetVoltage_Linear()
86 val = delta / desc->volt_list.stepVolt; in PWR_RoundVoltage_Linear()
88 mod = delta % desc->volt_list.stepVolt; in PWR_RoundVoltage_Linear()
94 return (desc->minVolt + desc->volt_list.stepVolt * val); in PWR_RoundVoltage_Linear()
112 return (desc->minVolt + desc->volt_list.stepVolt * val); in PWR_GetVoltageLinear()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_pwr.h94 .volt_list = { \
138 union U_PWR_VOLT_LIST volt_list; member

Completed in 6 milliseconds