Home
last modified time | relevance | path

Searched refs:abyRegPwr (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/vt6655/
Dchannel.c444 pDevice->abyRegPwr[ii + 1] = pDevice->abyOFDMDefaultPwr[ii + 1]; in init_channel_table()
448 pDevice->abyRegPwr[ii + 1] = pDevice->abyCCKDefaultPwr[ii + 1]; in init_channel_table()
456 pDevice->abyRegPwr[ii + 1] = pDevice->abyCCKDefaultPwr[ii + 1]; in init_channel_table()
466 pDevice->abyRegPwr[ii + 1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()
474 pDevice->abyRegPwr[ii + 1] = ChannelRuleTab[pDevice->byZoneType].byPower[ii]; in init_channel_table()
487 if (pDevice->abyRegPwr[ii + 1] == 0) in init_channel_table()
488 pDevice->abyRegPwr[ii + 1] = pDevice->abyOFDMDefaultPwr[ii + 1]; in init_channel_table()
619 pDevice->abyRegPwr[byCh] = pIE_Country->abyCountryInfo[ii*3+2]; in set_country_info()
Ddevice.h610 char abyRegPwr[CB_MAX_CHANNEL+1]; member
Dcard.c1350 pDevice->abyLocalPwr[byChannel] = pDevice->abyRegPwr[byChannel] - byPower; in CARDvSetPowerConstraint()
1354 pDevice->abyLocalPwr[byChannel] = pDevice->abyRegPwr[byChannel] - byPower; in CARDvSetPowerConstraint()