comparison gsm-fw/L1/cfile/l1_pwmgr.c @ 548:67ab5f240b7d

gsm-fw/L1/cfile/*.c: s/ANLG_FAM/ANALOG/
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 16:13:52 +0000
parents 96a96ec34139
children 065bf2b63a95
comparison
equal deleted inserted replaced
547:32f7494783db 548:67ab5f240b7d
1558 if (l1_config.pwr_mngt == PWR_MNGT) 1558 if (l1_config.pwr_mngt == PWR_MNGT)
1559 { 1559 {
1560 // Power management is enabled 1560 // Power management is enabled
1561 WORD32 min_time, OSload, HWtimer,wake_up_time,min_time_gauging; 1561 WORD32 min_time, OSload, HWtimer,wake_up_time,min_time_gauging;
1562 UWORD32 sleep_mode; 1562 UWORD32 sleep_mode;
1563 #if (ANLG_FAM != 11) 1563 #if (ANALOG != 11)
1564 WORD32 afc_fix; 1564 WORD32 afc_fix;
1565 #endif 1565 #endif
1566 UWORD32 uw32_store_next_time; 1566 UWORD32 uw32_store_next_time;
1567 #if (CHIPSET != 15) 1567 #if (CHIPSET != 15)
1568 static UWORD32 previous_sleep = FRAME_STOP; 1568 static UWORD32 previous_sleep = FRAME_STOP;
2055 #endif 2055 #endif
2056 2056
2057 //============================================== 2057 //==============================================
2058 // if CLOCK_STOP or FRAME-STOP : Asleep OMEGA (ABB) 2058 // if CLOCK_STOP or FRAME-STOP : Asleep OMEGA (ABB)
2059 //============================================== 2059 //==============================================
2060 #if (ANLG_FAM != 11) 2060 #if (ANALOG != 11)
2061 afc_fix = ABB_sleep(l1s.pw_mgr.sleep_performed, l1s.afc,l1s.pw_mgr.afc_bypass_mode); 2061 afc_fix = ABB_sleep(l1s.pw_mgr.sleep_performed, l1s.afc,l1s.pw_mgr.afc_bypass_mode);
2062 #else 2062 #else
2063 // Nothing to be done as it should be handled by BSP_TWL3029_Configure_DS/BS 2063 // Nothing to be done as it should be handled by BSP_TWL3029_Configure_DS/BS
2064 #endif 2064 #endif
2065 2065
2332 #endif 2332 #endif
2333 2333
2334 //================================================= 2334 //=================================================
2335 // Wake up ABB 2335 // Wake up ABB
2336 //================================================= 2336 //=================================================
2337 #if (ANLG_FAM != 11) 2337 #if (ANALOG != 11)
2338 ABB_wakeup(l1s.pw_mgr.sleep_performed,l1s.afc,l1s.pw_mgr.afc_bypass_mode); 2338 ABB_wakeup(l1s.pw_mgr.sleep_performed,l1s.afc,l1s.pw_mgr.afc_bypass_mode);
2339 #else 2339 #else
2340 // Nothing to be done here as it will be handled by BSP_TWL3029_Wakeup_DS/BS 2340 // Nothing to be done here as it will be handled by BSP_TWL3029_Wakeup_DS/BS
2341 #endif 2341 #endif
2342 2342