Home
last modified time | relevance | path

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

/board/freescale/common/
A Dmc34vr500.c24 uint8_t spb; in mc34vr500_get_sw_volt() local
52 spb = swx_set_point_base[sw]; in mc34vr500_get_sw_volt()
54 sw_volt = 625 + (swxvolt - spb) * 25; in mc34vr500_get_sw_volt()
64 uint8_t spb; in mc34vr500_set_sw_volt() local
82 spb = swx_set_point_base[sw]; in mc34vr500_set_sw_volt()
84 swxvolt = (sw_volt - 625) / 25 + spb; in mc34vr500_set_sw_volt()

Completed in 4 milliseconds