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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c203 #define EE_SYNC_MASK (BIT(0)+BIT(1)) macro
1358 (unsigned char)(temp & ~EE_SYNC_MASK);
2116 if (currTar_Info->TarEEValue & EE_SYNC_MASK) {
2436 if (currTar_Info->TarEEValue & EE_SYNC_MASK) {
2785 TarEEValue & EE_SYNC_MASK) {
2969 ~EE_SYNC_MASK;
3174 if ((currTar_Info->TarEEValue & EE_SYNC_MASK) == EE_SYNC_20MB)
3179 else if ((currTar_Info->TarEEValue & EE_SYNC_MASK) ==
3185 else if ((currTar_Info->TarEEValue & EE_SYNC_MASK) ==
3218 currTar_Info->TarEEValue &= ~EE_SYNC_MASK;
[all...]

Completed in 91 milliseconds