Searched refs:trig_bits (Results 1 – 1 of 1) sorted by relevance
846 int S, bp, trig_bits = 0, rw_bits = 0; in stub_is_stopped() local869 trig_bits = (S & (3 << bitpos_trig)) >> bitpos_trig; in stub_is_stopped()873 if (trig_bits) { in stub_is_stopped()876 if ((rw_bits == 0x1 && trig_bits != 0x1) || in stub_is_stopped()877 (rw_bits == 0x2 && trig_bits != 0x2)) in stub_is_stopped()