Lines Matching defs:mode
61 switch (pi->mode) {
135 switch (pi->mode) {
228 if (((pi->private & 0x1) == 0) && (pi->mode > 2)) {
230 "frpw: Xilinx does not support mode %d\n", pi->mode);
234 if (((pi->private & 0x1) == 1) && (pi->mode == 2)) {
235 dev_dbg(&pi->dev, "frpw: ASIC does not support mode 2\n");
261 "frpw: port 0x%x, chip %ld, mode %d, test=(%d,%d,%d)\n",
262 pi->port, (pi->private%2), pi->mode, e[0], e[1], r);
270 char *mode[6] = { "4-bit", "8-bit", "EPP", "EPP-8", "EPP-16", "EPP-32"};
273 "Freecom (%s) adapter at 0x%x, mode %d (%s), delay %d\n",
275 pi->port, pi->mode, mode[pi->mode], pi->delay);