Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Desp_scsi.h52 #define ESP_CONFIG2_SCSI2ENAB 0x08 /* Enable SCSI-2 features (tgtmode) */ macro
H A Desp_scsi.c2209 esp->config2 = (ESP_CONFIG2_SCSI2ENAB | ESP_CONFIG2_REGPARITY); in esp_get_revision()
2216 if (val != (ESP_CONFIG2_SCSI2ENAB | ESP_CONFIG2_REGPARITY)) { in esp_get_revision()