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

/drivers/staging/comedi/drivers/
H A Dpcm3724.c194 int gatecfg; local
197 gatecfg = 0;
207 gatecfg |= GATE_C0;
210 gatecfg |= GATE_B0;
213 gatecfg |= GATE_A0;
216 gatecfg |= GATE_C1;
219 gatecfg |= GATE_B1;
222 gatecfg |= GATE_A1;
224 /* printk("gate control %x\n", gatecfg); */
225 outb(gatecfg, de
[all...]

Completed in 29 milliseconds