Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8187se/
Dr8180_dm.c183 u32 AwakePeriodIn2Sec=0; in DIG_Zebra() local
205 AwakePeriodIn2Sec = (2000-priv ->DozePeriodInPast2Sec); in DIG_Zebra()
209 if(AwakePeriodIn2Sec) in DIG_Zebra()
213 OfdmFA1 = (u16)((OfdmFA1*AwakePeriodIn2Sec) / 2000) ; in DIG_Zebra()
214 OfdmFA2 = (u16)((OfdmFA2*AwakePeriodIn2Sec) / 2000) ; in DIG_Zebra()