Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Desp_scsi.h50 #define ESP_CONFIG2_REGPARITY 0x02 /* enable reg Parity (200,236) */ macro
Desp_scsi.c2218 esp->config2 = (ESP_CONFIG2_SCSI2ENAB | ESP_CONFIG2_REGPARITY); in esp_get_revision()
2225 if (val != (ESP_CONFIG2_SCSI2ENAB | ESP_CONFIG2_REGPARITY)) { in esp_get_revision()