Searched refs:_rtl92ee_phy_calculate_bit_shift (Results 1 – 1 of 1) sorted by relevance
19 static u32 _rtl92ee_phy_calculate_bit_shift(u32 bitmask);49 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_query_bb_reg()71 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_set_bb_reg()96 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_query_rf_reg()124 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_set_rf_reg()207 static u32 _rtl92ee_phy_calculate_bit_shift(u32 bitmask) in _rtl92ee_phy_calculate_bit_shift() function