Searched refs:byCurrentCh (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/staging/vt6655/ |
D | channel.c | 534 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()
|
D | device.h | 593 unsigned char byCurrentCh; member
|
D | card.c | 1513 *pbyMaxPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh]; in CARDvGetPowerCapability() 1514 byDec = pDevice->abyOFDMPwrTbl[pDevice->byCurrentCh]; in CARDvGetPowerCapability() 1521 *pbyMinPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh] - byDec; in CARDvGetPowerCapability()
|
D | rxtx.c | 2189 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()
|
D | device_main.c | 770 pDevice->byCurrentCh = 0; in device_init_registers() 2745 pDevice->byOrgChannel = pDevice->byCurrentCh; in device_intr()
|
/linux-2.6.39/drivers/staging/vt6656/ |
D | device.h | 691 BYTE byCurrentCh; member
|
D | rxtx.c | 2008 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in csMgmt_xmit() 2415 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in vDMA0_tx_80211()
|