Lines Matching defs:channel
475 u_long channel;
523 channel = _RED_FULLSIZE << 16;
527 channel = _GREEN_FULLSIZE << 16;
540 channel = _BLUE_FULLSIZE << 16;
544 channel = _BLUE_FULLSIZE << 16;
549 channel = _GREEN_FULLSIZE << 16;
558 dev->regs.RD_BufFullSize |= channel;
630 for( channel = _NUMBER_OF_SCANSTEPS, pState = dev->bufs.b1.pReadBuf;
631 channel; channel -= dev->scan.dwInterval ) {
635 for( channel = 0, pState = dev->bufs.b1.pReadBuf;
636 channel < _SCANSTATE_BYTES; channel++) {
637 dev->scanStates[channel] = pState[0] | (pState[1] << 4);