Searched refs:ESP_CONFIG1_PENABLE (Results 1 – 3 of 3) sorted by relevance
826 zorro_esp_write8(esp, (ESP_CONFIG1_PENABLE | 7), ESP_CFG1); in zorro_esp_probe()827 if (zorro_esp_read8(esp, ESP_CFG1) != (ESP_CONFIG1_PENABLE|7)) { in zorro_esp_probe()
43 #define ESP_CONFIG1_PENABLE 0x10 /* Enable parity checks */ macro
2215 esp->config1 = (ESP_CONFIG1_PENABLE | (esp->scsi_id & 7)); in esp_get_revision()