Searched refs:byMaxPwrLevel (Results 1 – 2 of 2) sorted by relevance
613 priv->byMaxPwrLevel = AL2230_PWR_IDX_LEN; in RFbInit()617 priv->byMaxPwrLevel = AL7230_PWR_IDX_LEN; in RFbInit()790 if (byDec >= priv->byMaxPwrLevel) in RFbSetPower()791 byDec = priv->byMaxPwrLevel - 1; in RFbSetPower()833 if (byPwr >= priv->byMaxPwrLevel) in RFbRawSetPower()
162 unsigned char byMaxPwrLevel; member