Lines Matching refs:noover_mask
96 .noover_mask = BIT(14),
118 .noover_mask = BIT(14),
139 .noover_mask = BIT(14),
160 .noover_mask = BIT(14),
183 .noover_mask = BIT(15),
235 v |= rrl->noover_mask; in enable_rrl()
237 v &= ~rrl->noover_mask; in enable_rrl()
251 if (!(*rrl_ctl & rrl->noover_mask)) in enable_rrl()
252 v &= ~rrl->noover_mask; in enable_rrl()
254 if (*rrl_ctl & rrl->noover_mask) in enable_rrl()
255 v |= rrl->noover_mask; in enable_rrl()