Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/block/
Ddasd_3990_erp.c1958 if (sense[25] & DASD_SENSE_BIT_2) { in dasd_3990_erp_compound_code()
2006 if ((sense[25] & DASD_SENSE_BIT_1) && (sense[26] & DASD_SENSE_BIT_2)) { in dasd_3990_erp_compound_config()
Ddasd_int.h76 #define DASD_SENSE_BIT_2 0x20 macro