Searched refs:Q52_ARG (Results 1 – 4 of 4) sorted by relevance
848 #define Q52_ARG(q52) ((q52) / 4), (((q52) & 3) * 100 / 4) macro
1872 " dBm\n", Q52_ARG(estimated_pwr), in b43legacy_phy_xmitpower()1873 Q52_ARG(desired_pwr)); in b43legacy_phy_xmitpower()
1051 #define Q52_ARG(q52) Q52_TO_INT(q52), ((((q52) & 0x3) * 100) / 4) macro
2937 Q52_ARG(estimated_pwr), in b43_gphy_op_recalc_txpower()2938 Q52_ARG(desired_pwr), in b43_gphy_op_recalc_txpower()2939 Q52_ARG(max_pwr)); in b43_gphy_op_recalc_txpower()2966 (pwr_adjust < 0 ? "-" : ""), Q52_ARG(dbm), in b43_gphy_op_recalc_txpower()