Lines Matching refs:bs
729 uint8_t bs = opcode & 3; in pl330_dmald() local
733 if (bs == 2) { in pl330_dmald()
737 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmald()
738 (bs == 3 && ch->request_flag == PL330_SINGLE)) { in pl330_dmald()
742 if (bs == 1 && ch->request_flag == PL330_SINGLE) { in pl330_dmald()
807 uint8_t bs = opcode & 3; in pl330_dmalpend() local
810 trace_pl330_dmalpend(nf, bs, lc, ch->lc[lc], ch->request_flag); in pl330_dmalpend()
812 if (bs == 2) { in pl330_dmalpend()
816 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmalpend()
817 (bs == 3 && ch->request_flag == PL330_SINGLE)) { in pl330_dmalpend()
907 uint8_t bs = opcode & 3; in pl330_dmast() local
911 if (bs == 2) { in pl330_dmast()
915 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmast()
916 (bs == 3 && ch->request_flag == PL330_SINGLE)) { in pl330_dmast()
1011 uint8_t bs = opcode & 3; in pl330_dmawfp() local
1027 switch (bs) { in pl330_dmawfp()