Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_main.c3816 #define DS_OOR 0x8000 //Deepsleep OutOfRange Status macro
3818 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()