Searched refs:Q52_ARG (Results 1 – 4 of 4) sorted by relevance
831 #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()
937 #define Q52_ARG(q52) Q52_TO_INT(q52), ((((q52) & 0x3) * 100) / 4) macro
2939 Q52_ARG(estimated_pwr), in b43_gphy_op_recalc_txpower()2940 Q52_ARG(desired_pwr), in b43_gphy_op_recalc_txpower()2941 Q52_ARG(max_pwr)); in b43_gphy_op_recalc_txpower()2968 (pwr_adjust < 0 ? "-" : ""), Q52_ARG(dbm), in b43_gphy_op_recalc_txpower()