Searched refs:byCurrentCh (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/vt6655/ |
D | channel.c | 530 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()
|
D | card.c | 1470 *pbyMaxPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh]; in CARDvGetPowerCapability() 1471 byDec = pDevice->abyOFDMPwrTbl[pDevice->byCurrentCh]; in CARDvGetPowerCapability() 1478 *pbyMinPower = pDevice->abyOFDMDefaultPwr[pDevice->byCurrentCh] - byDec; in CARDvGetPowerCapability()
|
D | device.h | 549 unsigned char byCurrentCh; member
|
D | rxtx.c | 2030 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()
|
D | device_main.c | 716 pDevice->byCurrentCh = 0; in device_init_registers() 2491 pDevice->byOrgChannel = pDevice->byCurrentCh; in device_intr()
|
/drivers/staging/vt6656/ |
D | device.h | 630 u8 byCurrentCh; member
|
D | rxtx.c | 1724 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in csMgmt_xmit() 2102 RFbSetPower(pDevice, wCurrentRate, pDevice->byCurrentCh); in vDMA0_tx_80211()
|