Searched refs:CR_EDGE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Damplc_pci224.c879 /* The only flag allowed is CR_EDGE, which is ignored. */
880 if ((cmd->start_arg & CR_FLAGS_MASK & ~CR_EDGE) != 0) {
882 CR_FLAGS_MASK & ~CR_EDGE);
910 /* Only allow flags CR_EDGE and CR_INVERT. Ignore CR_EDGE. */
912 ~(CR_EDGE | CR_INVERT)) != 0) {
914 CR_FLAGS_MASK & ~(CR_EDGE
945 /* The only flag allowed is CR_EDGE, which is ignored. */
946 if ((cmd->stop_arg & CR_FLAGS_MASK & ~CR_EDGE) != 0) {
948 CR_FLAGS_MASK & ~CR_EDGE);
[all...]
H A Dni_tio.c1029 if (gate_source & CR_EDGE)
1530 *gate_source |= CR_EDGE;
1567 *gate_source |= CR_EDGE;
H A Damplc_pci230.c115 convert_arg == (CR_EDGE | 0) => rising edge
116 convert_arg == (CR_EDGE | CR_INVERT | 0) => falling edge
1365 /* The only flags allowed are CR_EDGE and CR_INVERT. The
1366 * CR_EDGE flag is ignored. */
1368 & (CR_FLAGS_MASK & ~(CR_EDGE | CR_INVERT))) != 0) {
1371 CR_FLAGS_MASK & ~(CR_EDGE | CR_INVERT));
1826 * convert_arg == (CR_EDGE | 0)
1828 * convert_arg == (CR_EDGE | CR_INVERT | 0)
1838 /* The only flags allowed are CR_INVERT and CR_EDGE.
1839 * CR_EDGE i
[all...]
H A Dni_mio_common.c2222 tmp |= (cmd->start_arg & (CR_INVERT | CR_EDGE));
2253 tmp |= (cmd->scan_begin_arg & (CR_INVERT | CR_EDGE));
2412 if (cmd->start_arg & CR_EDGE)
2511 if (cmd->scan_begin_arg & CR_EDGE)
2517 (cmd->scan_begin_arg & ~CR_EDGE) !=
2518 (cmd->convert_arg & ~CR_EDGE))
3190 if (cmd->start_arg & CR_EDGE)
3389 tmp |= (cmd->start_arg & (CR_INVERT | CR_EDGE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/
H A Dcomedi.h74 #define CR_EDGE (1<<30) macro
632 May be bitwise-or'd with CR_EDGE or CR_INVERT. */

Completed in 171 milliseconds