Lines Matching defs:mode
95 unsigned long mode;
146 * total is used by PIO mode for book keeping so introduce
230 * Device might go to off mode to save power.
574 rctx->mode &= FLAGS_MODE_MASK;
575 dd->flags = (dd->flags & ~FLAGS_MODE_MASK) | rctx->mode;
629 static int omap_des_crypt(struct skcipher_request *req, unsigned long mode)
637 !!(mode & FLAGS_ENCRYPT),
638 !!(mode & FLAGS_CBC));
650 rctx->mode = mode;