Lines Matching defs:or

6  * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
117 unsigned or)
121 val |= or;
130 static inline void edma_or(unsigned ctlr, int offset, unsigned or)
133 val |= or;
146 unsigned and, unsigned or)
148 edma_modify(ctlr, offset + (i << 2), and, or);
150 static inline void edma_or_array(unsigned ctlr, int offset, int i, unsigned or)
152 edma_or(ctlr, offset + (i << 2), or);
155 unsigned or)
157 edma_or(ctlr, offset + ((i*2 + j) << 2), or);
193 unsigned and, unsigned or)
195 edma_modify(ctlr, EDMA_PARM + offset + (param_no << 5), and, or);
203 unsigned or)
205 edma_or(ctlr, EDMA_PARM + offset + (param_no << 5), or);
236 * channel is in use ... by ARM or DSP, for QDMA, or whatever.
600 * @callback: optional; to be issued on DMA completion or errors
611 * be used only for software triggering or event chaining, channels not
612 * mapped to hardware events (or mapped to unused events) are preferable.
614 * DMA transfers start from a channel using edma_start(), or by
709 * will not be reactivated by linking, chaining, or software calls to
805 * @id: can only be EDMA_CONT_PARAMS_ANY or EDMA_CONT_PARAMS_FIXED_EXACT
806 * or EDMA_CONT_PARAMS_FIXED_NOT_EXACT
809 * is EDMA_CONT_PARAMS_FIXED_EXACT or EDMA_CONT_PARAMS_FIXED_NOT_EXACT
1009 * Offsets are specified to support either contiguous or discontiguous
1010 * memory transfers, or repeated access to a hardware register, as needed.
1035 * Offsets are specified to support either contiguous or discontiguous
1036 * memory transfers, or repeated access to a hardware register, as needed.
1063 * @sync_mode: ASYNC or ABSYNC
1081 * transfer one frame to (or from) the FIFO. It will probably use
1282 /* Clear any pending event or error */
1339 * Return: zero on success, or corresponding error no on failure