Searched refs:SR_MASK (Results 1 – 4 of 4) sorted by relevance
38 #define SR_MASK 0x001f macro207 data &= SR_MASK; in arch_ptrace()208 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()243 tmp &= SR_MASK; in arch_ptrace()244 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)
899 he->data4 = HE_PREP(DATA4_SU_MU_SPTL_REUSE, SR_MASK, rxv[11]); in mt76_connac2_mac_decode_he_radiotap()941 he->data4 |= HE_PREP(DATA4_TB_SPTL_REUSE1, SR_MASK, rxv[11]) | in mt76_connac2_mac_decode_he_radiotap()
119 #define SR_MASK 0x3f macro