Lines Matching defs:grp
559 static int ocelot_rx_frame_word(struct ocelot *ocelot, u8 grp, bool ifh,
565 val = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
571 val = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
584 val = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
586 *rval = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
592 *rval = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
605 int i = 0, grp = 0;
608 if (!(ocelot_read(ocelot, QS_XTR_DATA_PRESENT) & BIT(grp)))
624 err = ocelot_rx_frame_word(ocelot, grp, true, &ifh[i]);
659 sz = ocelot_rx_frame_word(ocelot, grp, false, &val);
665 sz = ocelot_rx_frame_word(ocelot, grp, false, &val);
706 } while (ocelot_read(ocelot, QS_XTR_DATA_PRESENT) & BIT(grp));
709 while (ocelot_read(ocelot, QS_XTR_DATA_PRESENT) & BIT(grp))
710 ocelot_read_rix(ocelot, QS_XTR_RD, grp);