Searched refs:byRate (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/vt6655/
H A Ddatarate.c100 unsigned char byRate
106 byRate = byRate & 0x7F;/* 0111 1111 */
109 if (acbyIERate[ii] == byRate)
149 unsigned char byRate
155 byRate = byRate & 0x7F;/* 0111 1111 */
158 if (acbyIERate[ii] == byRate)
200 unsigned char byRate = 0; local
220 byRate
[all...]
H A Ddatarate.h70 unsigned char byRate
75 unsigned char byRate
H A Ddpc.c73 static unsigned char s_byGetRateIdx(unsigned char byRate);
217 static unsigned char s_byGetRateIdx(unsigned char byRate) argument
222 if (acbyRxRate[byRateIdx % MAX_RATE] == byRate)
H A Dcard.c96 unsigned char byRate,
121 unsigned char byRate,
127 switch (byRate) {
120 s_vCalculateOFDMRParameter( unsigned char byRate, CARD_PHY_TYPE ePHYType, unsigned char *pbyTxRate, unsigned char *pbyRsvTime ) argument

Completed in 70 milliseconds