Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dchannel.c530 if (pDevice->byCurrentCh == uConnectionChannel) { in set_channel()
552 …RFbAL7230SelectChannelPostProcess(pDevice->PortOffset, pDevice->byCurrentCh, (unsigned char)uConne… in set_channel()
556 pDevice->byCurrentCh = (unsigned char)uConnectionChannel; in set_channel()
569 RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh); in set_channel()
571 RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh); in set_channel()
577 RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh); in set_channel()
579 RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh); in set_channel()
Dcard.c1470 *pbyMaxPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh]; in CARDvGetPowerCapability()
1471 byDec = pDevice->abyOFDMPwrTbl[pDevice->byCurrentCh]; in CARDvGetPowerCapability()
1478 *pbyMinPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh] - byDec; in CARDvGetPowerCapability()
Ddevice.h549 unsigned char byCurrentCh; member
Drxtx.c2030 RFbSetPower(pDevice, pDevice->wCurrentRate, pDevice->byCurrentCh); in vGenerateFIFOHeader()
2183 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in csMgmt_xmit()
2646 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in vDMA0_tx_80211()
Ddevice_main.c716 pDevice->byCurrentCh = 0; in device_init_registers()
2491 pDevice->byOrgChannel = pDevice->byCurrentCh; in device_intr()
/drivers/staging/vt6656/
Ddevice.h630 u8 byCurrentCh; member
Drxtx.c1724 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in csMgmt_xmit()
2102 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in vDMA0_tx_80211()