Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/winbond/
Dreg.c1510 reg->BB48 = BB48_DEFAULT_AL2230_11G; /* 20051221 ch14 */ in BBProcessor_initial()
1550 reg->BB48 = BB48_DEFAULT_AL2230_11G; /* ch14 */ in BBProcessor_initial()
1596 reg->BB48 = BB48_DEFAULT_WB242_11G; in BBProcessor_initial()
2338 if ((reg->BB48 != BB48_DEFAULT_AL2230_11B) && in BBProcessor_RateChanging()
2344 if ((reg->BB48 != BB48_DEFAULT_AL2230_11G) && in BBProcessor_RateChanging()
2353 if ((reg->BB48 != BB48_DEFAULT_WB242_11B) && in BBProcessor_RateChanging()
2355 reg->BB48 = BB48_DEFAULT_WB242_11B; in BBProcessor_RateChanging()
2361 if ((reg->BB48 != BB48_DEFAULT_WB242_11G) && in BBProcessor_RateChanging()
2363 reg->BB48 = BB48_DEFAULT_WB242_11G; in BBProcessor_RateChanging()
Dwb35reg_s.h136 u32 BB48; member
Dwb35reg.c107 case 0x1048: reg->BB48 = RegisterValue; break; in Wb35Reg_Update()