Home
last modified time | relevance | path

Searched refs:abyLocalPwr (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/vt6655/
Dchannel.c452 pDevice->abyLocalPwr[ii+1] = pDevice->abyOFDMDefaultPwr[ii+1]; in init_channel_table()
456 pDevice->abyLocalPwr[ii+1] = pDevice->abyCCKDefaultPwr[ii+1]; in init_channel_table()
464 pDevice->abyLocalPwr[ii+1] = pDevice->abyCCKDefaultPwr[ii+1]; in init_channel_table()
474 pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()
482 pDevice->abyLocalPwr[ii+1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()
493 if (pDevice->abyLocalPwr[ii+1] == 0) in init_channel_table()
494 pDevice->abyLocalPwr[ii+1] = pDevice->abyOFDMDefaultPwr[ii+1]; in init_channel_table()
Drf.c1075 if (byPwrdBm > pDevice->abyLocalPwr[uCH]) { in RFbSetPower()
1076 pDevice->byCurPwrdBm = pDevice->abyLocalPwr[uCH]; in RFbSetPower()
1077 byDec = byPwrdBm - pDevice->abyLocalPwr[uCH]; in RFbSetPower()
Ddevice.h702 char abyLocalPwr[CB_MAX_CHANNEL+1]; member
Dcard.c1479 pDevice->abyLocalPwr[byChannel] = pDevice->abyRegPwr[byChannel] - byPower; in CARDvSetPowerConstraint()
1483 pDevice->abyLocalPwr[byChannel] = pDevice->abyRegPwr[byChannel] - byPower; in CARDvSetPowerConstraint()