Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
DFlashPoint.c203 #define EE_SYNC_MASK (BIT(0)+BIT(1)) macro
1365 (unsigned char)(temp & ~EE_SYNC_MASK); in FlashPoint_HardwareResetHostAdapter()
2104 if (currTar_Info->TarEEValue & EE_SYNC_MASK) { in FPT_SccbMgr_bad_isr()
2424 if (currTar_Info->TarEEValue & EE_SYNC_MASK) { in FPT_ssel()
2773 TarEEValue & EE_SYNC_MASK) { in FPT_sres()
2956 ~EE_SYNC_MASK; in FPT_sdecm()
3160 if ((currTar_Info->TarEEValue & EE_SYNC_MASK) == EE_SYNC_20MB) in FPT_sisyncn()
3165 else if ((currTar_Info->TarEEValue & EE_SYNC_MASK) == in FPT_sisyncn()
3171 else if ((currTar_Info->TarEEValue & EE_SYNC_MASK) == in FPT_sisyncn()
3204 currTar_Info->TarEEValue &= ~EE_SYNC_MASK; in FPT_sisyncn()
[all …]