Searched defs:subdev_channel (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Ds526.c306 /* int subdev_channel = 0; */
427 outw(cmReg.value, ADDR_CHAN_REG(REG_C0M, subdev_channel));
429 outw(0x0001, ADDR_CHAN_REG(REG_C0H, subdev_channel));
430 outw(0x3C68, ADDR_CHAN_REG(REG_C0L, subdev_channel));
433 outw(0x8000, ADDR_CHAN_REG(REG_C0C, subdev_channel));
435 outw(0x4000, ADDR_CHAN_REG(REG_C0C, subdev_channel));
437 outw(0x0008, ADDR_CHAN_REG(REG_C0C, subdev_channel));
544 int subdev_channel = CR_CHAN(insn->chanspec); /* Unpack chanspec */ local
550 subdev_channel); */
553 devpriv->s526_gpct_config[subdev_channel]
770 int subdev_channel = CR_CHAN(insn->chanspec); /* Unpack chanspec */ local
[all...]

Completed in 53 milliseconds