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

/drivers/staging/comedi/drivers/
H A Dpcm3724.c121 int gatecfg; local
123 gatecfg = 0;
132 gatecfg |= GATE_C0;
135 gatecfg |= GATE_B0;
138 gatecfg |= GATE_A0;
141 gatecfg |= GATE_C1;
144 gatecfg |= GATE_B1;
147 gatecfg |= GATE_A1;
149 outb(gatecfg, dev->iobase + 9);

Completed in 59 milliseconds