Home
last modified time | relevance | path

Searched refs:ZM_STEP (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Db4860qds.c235 voltage = roundup(vdd_target, ZM_STEP); in adjust_vdd()
250 (existing_voltage < (voltage + ZM_STEP))) { in adjust_vdd()
267 temp_voltage = existing_voltage - ZM_STEP; in adjust_vdd()
271 temp_voltage -= ZM_STEP; in adjust_vdd()
283 temp_voltage = existing_voltage + ZM_STEP; in adjust_vdd()
284 while (temp_voltage < (voltage + ZM_STEP)) { in adjust_vdd()
287 temp_voltage += ZM_STEP; in adjust_vdd()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dzm7300.h15 #define ZM_STEP 125 macro
H A Dzm7300.c178 vid = (voltage - 5000) / ZM_STEP; in zm_write_voltage()