Searched refs:Q52_ARG (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 857 #define Q52_ARG(q52) ((q52) / 4), (((q52) & 3) * 100 / 4) macro
|
H A D | phy.c | 1847 " dBm\n", Q52_ARG(estimated_pwr), in b43legacy_phy_xmitpower() 1848 Q52_ARG(desired_pwr)); in b43legacy_phy_xmitpower()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 857 #define Q52_ARG(q52) ((q52) / 4), (((q52) & 3) * 100 / 4) macro
|
H A D | phy.c | 1847 " dBm\n", Q52_ARG(estimated_pwr), in b43legacy_phy_xmitpower() 1848 Q52_ARG(desired_pwr)); in b43legacy_phy_xmitpower()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 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()
|
H A D | b43.h | 1107 #define Q52_ARG(q52) Q52_TO_INT(q52), ((((q52) & 0x3) * 100) / 4) macro
|
H A D | phy_n.c | 5906 Q52_ARG(b43_ppr_get_max(dev, ppr))); in b43_nphy_op_recalc_txpower()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 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()
|
H A D | b43.h | 1123 #define Q52_ARG(q52) Q52_TO_INT(q52), ((((q52) & 0x3) * 100) / 4) macro
|
H A D | phy_n.c | 5855 Q52_ARG(b43_ppr_get_max(dev, ppr))); in b43_nphy_op_recalc_txpower()
|
Completed in 36 milliseconds