CSRRS
Control Status Register Read and Set
CSRRS rd, csr, rs1
Reads the value of the CSR into rd, then bitwise ORs the value in rs1 into the CSR (setting bits).
Details
CSRRS atomically reads CSR csr into rd, then sets the bits in the CSR that correspond to bits set in rs1. If rs1 is x0, no bits are modified.