Searched refs:_rtl92ee_phy_calculate_bit_shift (Results 1 – 1 of 1) sorted by relevance
41 static u32 _rtl92ee_phy_calculate_bit_shift(u32 bitmask);71 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_query_bb_reg()93 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_set_bb_reg()118 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_query_rf_reg()146 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_set_rf_reg()229 static u32 _rtl92ee_phy_calculate_bit_shift(u32 bitmask) in _rtl92ee_phy_calculate_bit_shift() function