Searched refs:rpow (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2141 uint16_t *rpow = ahp->ah_ratesArray; local
2268 r0 = rpow[0] = rpow[1] = rpow[2] = rpow[3] = rpow[4] = scaledPower;
2271 rpow[5] = AH_MIN(rpow[0], targetPowerOfdm.twicePwr36);
2272 rpow[6] = AH_MIN(rpow[
[all...]
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1465 u_int16_t *rpow = ratesArray; local
1558 rpow[0] = rpow[1] = rpow[2] = rpow[3] = rpow[4] = scaledPower;
1559 rpow[5] = AH_MIN(rpow[0], targetPowerOfdm.twicePwr36);
1560 rpow[6] = AH_MIN(rpow[
[all...]

Completed in 138 milliseconds