Lines Matching refs:rw_bits
875 int S, bp, trig_bits = 0, rw_bits = 0; in stub_is_stopped() local
901 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()
905 if ((rw_bits == 0x1 && trig_bits != 0x1) || in stub_is_stopped()
906 (rw_bits == 0x2 && trig_bits != 0x2)) in stub_is_stopped()
930 rw_bits = (sreg.s0_3 & (3 << bitpos_config)) >> bitpos_config; in stub_is_stopped()
953 if (rw_bits == 0x1) { in stub_is_stopped()
957 } else if (rw_bits == 0x2) { in stub_is_stopped()
961 } else if (rw_bits == 0x3) { in stub_is_stopped()
1233 int rw_bits; in remove_watchpoint() local
1236 rw_bits = (sreg.s0_3 & (0x3 << bitpos)) >> bitpos; in remove_watchpoint()
1238 if ((type == '3' && rw_bits == 0x1) || in remove_watchpoint()
1239 (type == '2' && rw_bits == 0x2) || in remove_watchpoint()
1240 (type == '4' && rw_bits == 0x3)) { in remove_watchpoint()