Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6655/
H A Drxtx.c160 unsigned short wRate, in s_uGetTxRsvTime() argument
236 unsigned short wRate, in s_uGetDataDuration() argument
305 if (wRate < RATE_18M) in s_uGetDataDuration()
306 wRate = RATE_18M; in s_uGetDataDuration()
308 wRate = RATE_54M; in s_uGetDataDuration()
310 wRate -= RATE_18M; in s_uGetDataDuration()
313 wRate = fb_opt0[FB_RATE0][wRate]; in s_uGetDataDuration()
315 wRate = fb_opt1[FB_RATE0][wRate]; in s_uGetDataDuration()
338 unsigned short wRate, in s_uGetRTSCTSDuration() argument
367 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
[all …]