Searched refs:SR_MASK (Results 1 – 4 of 4) sorted by relevance
36 #define SR_MASK 0x001f macro205 data &= SR_MASK; in arch_ptrace()206 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()241 tmp &= SR_MASK; in arch_ptrace()242 tmp |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
63 SR_MASK = 0x3, enumerator77 (((s) & SR_MASK) << 2) | ((m) & MD_MASK))81 (((s) & SR_MASK) << 2) | PWR_DESC_HS)
825 he->data4 = HE_PREP(DATA4_SU_MU_SPTL_REUSE, SR_MASK, rxv[11]); in mt76_connac2_mac_decode_he_radiotap()867 he->data4 |= HE_PREP(DATA4_TB_SPTL_REUSE1, SR_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
122 #define SR_MASK 0x3f macro