Searched refs:calculate_bit_shift (Results 1 – 10 of 10) 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()
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()
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()
194 bitshift = calculate_bit_shift(bitmask); in rtl92d_phy_query_bb_reg()226 bitshift = calculate_bit_shift(bitmask); in rtl92d_phy_set_bb_reg()313 bitshift = calculate_bit_shift(bitmask); in rtl92d_phy_query_rf_reg()339 bitshift = calculate_bit_shift(bitmask); in rtl92d_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()
3071 static inline u32 calculate_bit_shift(u32 bitmask) in calculate_bit_shift() function