Searched refs:ao_fifo_depth (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/comedi/drivers/ |
D | ni_pcimio.c | 234 .ao_fifo_depth = 0, 253 .ao_fifo_depth = 2048, 272 .ao_fifo_depth = 0, 291 .ao_fifo_depth = 2048, 310 .ao_fifo_depth = 2048, 331 .ao_fifo_depth = 512, 350 .ao_fifo_depth = 512, 370 .ao_fifo_depth = 2048, 389 .ao_fifo_depth = 0, 406 .ao_fifo_depth = 0, [all …]
|
D | ni_atmio.c | 130 .ao_fifo_depth = 2048, 149 .ao_fifo_depth = 2048, 168 .ao_fifo_depth = 0, 187 .ao_fifo_depth = 0, 206 .ao_fifo_depth = 2048, 225 .ao_fifo_depth = 0, 244 .ao_fifo_depth = 2048, 263 .ao_fifo_depth = 0,
|
D | ni_mio_cs.c | 78 .ao_fifo_depth = 0, 94 .ao_fifo_depth = 0, 110 .ao_fifo_depth = 2048, 128 .ao_fifo_depth = 0, 146 .ao_fifo_depth = 0,
|
D | ni_mio_common.c | 1329 if (n > boardtype.ao_fifo_depth / 2) in ni_ao_fifo_half_empty() 1330 n = boardtype.ao_fifo_depth / 2; in ni_ao_fifo_half_empty() 1355 if (n > boardtype.ao_fifo_depth) in ni_ao_prep_fifo() 1356 n = boardtype.ao_fifo_depth; in ni_ao_prep_fifo() 3062 data[2] = 1 + boardtype.ao_fifo_depth * sizeof(short); in ni_ao_insn_config() 3326 if (boardtype.ao_fifo_depth) in ni_ao_cmd() 4472 if (boardtype.ao_fifo_depth) {
|
D | ni_stc.h | 1410 int ao_fifo_depth; member
|