Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Dchannel.c534 if (pDevice->byCurrentCh == uConnectionChannel) { in set_channel()
557 …RFbAL7230SelectChannelPostProcess(pDevice->PortOffset, pDevice->byCurrentCh, (unsigned char)uConne… in set_channel()
562 pDevice->byCurrentCh = (unsigned char)uConnectionChannel; in set_channel()
576 RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh); in set_channel()
578 RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh); in set_channel()
587 RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh); in set_channel()
592 RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh); in set_channel()
Ddevice.h593 unsigned char byCurrentCh; member
Dcard.c1513 *pbyMaxPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh]; in CARDvGetPowerCapability()
1514 byDec = pDevice->abyOFDMPwrTbl[pDevice->byCurrentCh]; in CARDvGetPowerCapability()
1521 *pbyMinPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh] - byDec; in CARDvGetPowerCapability()
Drxtx.c2189 RFbSetPower(pDevice, pDevice->wCurrentRate, pDevice->byCurrentCh); in vGenerateFIFOHeader()
2360 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in csMgmt_xmit()
2866 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in vDMA0_tx_80211()
Ddevice_main.c770 pDevice->byCurrentCh = 0; in device_init_registers()
2745 pDevice->byOrgChannel = pDevice->byCurrentCh; in device_intr()
/linux-2.6.39/drivers/staging/vt6656/
Ddevice.h691 BYTE byCurrentCh; member
Drxtx.c2008 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in csMgmt_xmit()
2415 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in vDMA0_tx_80211()