Lines Matching defs:mode
21 * only supports cores in DMA mode.
129 int mode = (epctrl & GR_EPCTRL_TT_MASK) >> GR_EPCTRL_TT_POS;
133 seq_printf(seq, " mode = %s\n", gr_modestring[mode]);
144 if (mode == 1 || mode == 3)
1470 u8 mode;
1504 mode = 0;
1506 mode = 1;
1508 mode = 2;
1510 mode = 3;
1524 if (nt && (mode == 0 || mode == 2)) {
1526 "%s mode: multiple trans./microframe not valid\n",
1527 (mode == 2 ? "Bulk" : "Control"));
1563 * regardless of direction when using high-bandwidth mode.
1583 | (mode << GR_EPCTRL_TT_POS)
1594 ep->ep.name, gr_modestring[mode], ep->bytes_per_buffer);
2160 /* Determine number of endpoints and data interface mode */
2166 dev_err(dev->dev, "Slave mode cores are not supported\n");