Searched refs:TAR_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.c189 #define TAR_SYNC_MASK (BIT(7)+BIT(6)) macro
2118 currTar_Info->TarStatus &= ~TAR_SYNC_MASK;
2438 currTar_Info->TarStatus &= ~TAR_SYNC_MASK;
2478 else if (!((currTar_Info->TarStatus & TAR_SYNC_MASK)
2640 currTar_Info->TarStatus &= ~TAR_SYNC_MASK;
2788 TarStatus &= ~TAR_SYNC_MASK;
2949 ((currTar_Info->TarStatus & TAR_SYNC_MASK) == SYNC_TRYING)
3159 if (!((currTar_Info->TarStatus & TAR_SYNC_MASK) == SYNC_TRYING)) {
3205 TarStatus & ~(unsigned char)TAR_SYNC_MASK) |
3334 ~(unsigned char)TAR_SYNC_MASK) |
[all...]

Completed in 99 milliseconds