Searched refs:ESP_CONFIG2_REGPARITY (Results 1 – 2 of 2) sorted by relevance
50 #define ESP_CONFIG2_REGPARITY 0x02 /* enable reg Parity (200,236) */ macro
2218 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()