Lines Matching refs:bPCBID
95 switch( ps->Device.bPCBID ) {
468 ps->Device.bPCBID = IODataFromRegister( ps, ps->RegConfiguration );
469 ps->Device.bCCDID = ps->Device.bPCBID & 0x07;
470 ps->Device.bPCBID &= 0xf0;
472 if( _AGFA_SCANNER == ps->Device.bPCBID )
476 ps->Device.bPCBID, ps->Device.bCCDID, ps->Device.bDACType );
481 ps->sCaps.dwFlag |= ((ULong)(ps->Device.bCCDID | ps->Device.bPCBID) << 16);
724 ps->Device.bPCBID = IODataFromRegister( ps, ps->RegConfiguration );
725 ps->Device.bCCDID = ps->Device.bPCBID & 0x07;
726 ps->Device.bPCBID &= 0xf0;
728 DBG( DBG_LOW, "PCB-ID=0x%02x, CCD-ID=0x%02x\n", ps->Device.bPCBID, ps->Device.bCCDID );
736 if( _OPTICWORKS2000 == ps->Device.bPCBID ) {