Home
last modified time | relevance | path

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

/drivers/scsi/
Dmac_esp.c57 static struct esp *esp_chips[2]; variable
263 if (esp_chips[0] && in mac_scsi_esp_intr()
264 (mac_esp_read8(esp_chips[0], ESP_STATUS) & ESP_STAT_INTR)) { in mac_scsi_esp_intr()
265 (void)scsi_esp_intr(irq, esp_chips[0]); in mac_scsi_esp_intr()
268 if (esp_chips[1] && in mac_scsi_esp_intr()
269 (mac_esp_read8(esp_chips[1], ESP_STATUS) & ESP_STAT_INTR)) { in mac_scsi_esp_intr()
270 (void)scsi_esp_intr(irq, esp_chips[1]); in mac_scsi_esp_intr()
379 if (err < 0 && esp_chips[!dev->id] == NULL) { in esp_mac_probe()
383 esp_chips[dev->id] = esp; in esp_mac_probe()
394 esp_chips[dev->id] = NULL; in esp_mac_probe()
[all …]