Searched refs:VIVS_RS_CLEAR_CONTROL_BITS (Results 1 – 2 of 2) sorted by relevance
145 cs->RS_CLEAR_CONTROL = VIVS_RS_CLEAR_CONTROL_BITS(rs->clear_bits) | rs->clear_mode; in etna_compile_rs_state()177 cs->RS_CLEAR_CONTROL |= VIVS_RS_CLEAR_CONTROL_BITS(clear_bits); in etna_modify_rs_clearbits()
1268 #define VIVS_RS_CLEAR_CONTROL_BITS(x) (((x) << VIVS_RS_CLEAR_CONTROL_BITS__SHIFT) & VIVS_RS_CLEA… macro