Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dzm7300.h14 #define ZM_STEP 125 macro
H A Dzm7300.c177 vid = (voltage - 5000) / ZM_STEP; in zm_write_voltage()
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c234 voltage = roundup(vdd_target, ZM_STEP); in adjust_vdd()
249 (existing_voltage < (voltage + ZM_STEP))) { in adjust_vdd()
266 temp_voltage = existing_voltage - ZM_STEP; in adjust_vdd()
270 temp_voltage -= ZM_STEP; in adjust_vdd()
282 temp_voltage = existing_voltage + ZM_STEP; in adjust_vdd()
283 while (temp_voltage < (voltage + ZM_STEP)) { in adjust_vdd()
286 temp_voltage += ZM_STEP; in adjust_vdd()