Searched refs:ru_l (Results 1 – 2 of 2) sorted by relevance
139 u32 ru_h, ru_l; in mt7921_mac_decode_he_radiotap_ru() local142 ru_l = FIELD_GET(MT_PRXV_HE_RU_ALLOC_L, le32_to_cpu(rxv[0])); in mt7921_mac_decode_he_radiotap_ru()144 ru = (u8)(ru_l | ru_h << 4); in mt7921_mac_decode_he_radiotap_ru()
187 u32 ru_h, ru_l; in mt7915_mac_decode_he_radiotap_ru() local190 ru_l = FIELD_GET(MT_PRXV_HE_RU_ALLOC_L, le32_to_cpu(rxv[0])); in mt7915_mac_decode_he_radiotap_ru()192 ru = (u8)(ru_l | ru_h << 4); in mt7915_mac_decode_he_radiotap_ru()