Searched refs:offset (Results 1 – 3 of 3) sorted by relevance
328 pmcd.offset = 0; in pm_32k_rc_offset_init()351 pmcd.offset = 0; in pm_ble_32k_rc_cal_reset()360 int offset = offset_tick * (256 * 31) / rc32_cnt; //256mS / sleep_period in pm_ble_cal_32k_rc_offset() local367 if (offset > thres) in pm_ble_cal_32k_rc_offset()369 offset = thres; in pm_ble_cal_32k_rc_offset()371 else if (offset < -thres) in pm_ble_cal_32k_rc_offset()373 offset = -thres; in pm_ble_cal_32k_rc_offset()376 pmcd.offset += (offset - pmcd.offset) >> 4; in pm_ble_cal_32k_rc_offset()382 int offset = offset_tick * (240 * 31) / pmcd.rc32; //240ms / sleep_period in pm_cal_32k_rc_offset() local383 if (offset > 0x100) in pm_cal_32k_rc_offset()[all …]
186 int offset; member
55 u16 offset; member