Searched refs:DS_OOR (Results 1 – 1 of 1) sorted by relevance
3816 #define DS_OOR 0x8000 //Deepsleep OutOfRange Status macro3818 lp->timer_oor_cnt = DS_OOR;3856 if ( (lp->timer_oor_cnt & ~DS_OOR) > 300 ) { in timer_oor()3859 lp->timer_oor_cnt |= DS_OOR; in timer_oor()3863 lp->timer_oor.expires = RUN_AT( (lp->timer_oor_cnt & ~DS_OOR) * HZ ); in timer_oor()