Home
last modified time | relevance | path

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

/drivers/scsi/
Dncr53c8xx.c1036 #define HS_INVALMASK (0x40) macro
1037 #define HS_SELECTING (0|HS_INVALMASK)
1038 #define HS_IN_RESELECT (1|HS_INVALMASK)
1039 #define HS_STARTING (2|HS_INVALMASK)
6013 if (hsts & HS_INVALMASK) in ncr_int_par()