Searched refs:calculate_bit_shift (Results 1 – 14 of 14) sorted by relevance
42 bitshift = calculate_bit_shift(bitmask); in rtl92c_phy_query_rf_reg()113 bitshift = calculate_bit_shift(bitmask); in rtl92ce_phy_set_rf_reg()125 bitshift = calculate_bit_shift(bitmask); in rtl92ce_phy_set_rf_reg()
35 bitshift = calculate_bit_shift(bitmask); in rtl92cu_phy_query_rf_reg()59 bitshift = calculate_bit_shift(bitmask); in rtl92cu_phy_set_rf_reg()70 bitshift = calculate_bit_shift(bitmask); in rtl92cu_phy_set_rf_reg()
20 bitshift = calculate_bit_shift(bitmask); in rtl8723_phy_query_bb_reg()42 bitshift = calculate_bit_shift(bitmask); in rtl8723_phy_set_bb_reg()
26 bitshift = calculate_bit_shift(bitmask); in rtl92s_phy_query_bb_reg()48 bitshift = calculate_bit_shift(bitmask); in rtl92s_phy_set_bb_reg()153 bitshift = calculate_bit_shift(bitmask); in rtl92s_phy_query_rf_reg()184 bitshift = calculate_bit_shift(bitmask); in rtl92s_phy_set_rf_reg()
94 bitshift = calculate_bit_shift(bitmask); in rtl92d_phy_query_rf_reg()122 bitshift = calculate_bit_shift(bitmask); in rtl92d_phy_set_rf_reg()
52 bitshift = calculate_bit_shift(bitmask); in rtl8723e_phy_query_rf_reg()83 bitshift = calculate_bit_shift(bitmask); in rtl8723e_phy_set_rf_reg()92 bitshift = calculate_bit_shift(bitmask); in rtl8723e_phy_set_rf_reg()
48 bitshift = calculate_bit_shift(bitmask); in rtl88e_phy_query_bb_reg()71 bitshift = calculate_bit_shift(bitmask); in rtl88e_phy_set_bb_reg()96 bitshift = calculate_bit_shift(bitmask); in rtl88e_phy_query_rf_reg()124 bitshift = calculate_bit_shift(bitmask); in rtl88e_phy_set_rf_reg()
48 bitshift = calculate_bit_shift(bitmask); in rtl92ee_phy_query_bb_reg()70 bitshift = calculate_bit_shift(bitmask); in rtl92ee_phy_set_bb_reg()94 bitshift = calculate_bit_shift(bitmask); in rtl92ee_phy_query_rf_reg()121 bitshift = calculate_bit_shift(bitmask); in rtl92ee_phy_set_rf_reg()
20 bitshift = calculate_bit_shift(bitmask); in rtl92c_phy_query_bb_reg()43 bitshift = calculate_bit_shift(bitmask); in rtl92c_phy_set_bb_reg()
171 bitshift = calculate_bit_shift(bitmask); in rtl92du_phy_query_bb_reg()197 bitshift = calculate_bit_shift(bitmask); in rtl92du_phy_set_bb_reg()219 bitshift = calculate_bit_shift(bitmask); in rtl92du_phy_set_bb_reg_1byte()
102 bitshift = calculate_bit_shift(bitmask); in rtl8821ae_phy_query_bb_reg()123 bitshift = calculate_bit_shift(bitmask); in rtl8821ae_phy_set_bb_reg()149 bitshift = calculate_bit_shift(bitmask); in rtl8821ae_phy_query_rf_reg()177 bitshift = calculate_bit_shift(bitmask); in rtl8821ae_phy_set_rf_reg()
44 bitshift = calculate_bit_shift(bitmask); in rtl8723be_phy_query_rf_reg()71 bitshift = calculate_bit_shift(bitmask); in rtl8723be_phy_set_rf_reg()
185 bitshift = calculate_bit_shift(bitmask); in rtl92d_phy_query_bb_reg()217 bitshift = calculate_bit_shift(bitmask); in rtl92d_phy_set_bb_reg()
3043 static inline u32 calculate_bit_shift(u32 bitmask) in calculate_bit_shift() function