Lines Matching refs:SINGLE
350 SINGLE,
615 if (cond == SINGLE)
621 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'));
642 cond == SINGLE ? 'S' : 'B', peri >> 3);
692 if (cond == SINGLE)
701 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'),
772 if (cond == SINGLE)
778 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'));
799 cond == SINGLE ? 'S' : 'B', peri >> 3);
812 if (cond == SINGLE)
824 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'P'), peri >> 3);
1133 off += _emit_LDP(dry_run, &buf[off], SINGLE,
1166 off += _emit_STP(dry_run, &buf[off], SINGLE,
1213 enum pl330_cond cond = BRST_LEN(pxs->ccr) > 1 ? BURST : SINGLE;