Searched refs:RSIM_WR_CONTROL (Results 1 – 1 of 1) sorted by relevance
17925 #define RSIM_WR_CONTROL(base, value) (RSIM_CONTROL_REG(base) = (value)) macro17926 #define RSIM_RMW_CONTROL(base, mask, value) (RSIM_WR_CONTROL(base, (RSIM_RD_CONTROL(base) & ~(mask)…