Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmac_esp.c57 static struct esp *esp_chips[2]; variable
455 if (esp_chips[0] && in mac_scsi_esp_intr()
456 (mac_esp_read8(esp_chips[0], ESP_STATUS) & ESP_STAT_INTR)) { in mac_scsi_esp_intr()
457 (void)scsi_esp_intr(irq, esp_chips[0]); in mac_scsi_esp_intr()
460 if (esp_chips[1] && in mac_scsi_esp_intr()
461 (mac_esp_read8(esp_chips[1], ESP_STATUS) & ESP_STAT_INTR)) { in mac_scsi_esp_intr()
462 (void)scsi_esp_intr(irq, esp_chips[1]); in mac_scsi_esp_intr()
573 if (err < 0 && esp_chips[!dev->id] == NULL) { in esp_mac_probe()
577 esp_chips[dev->id] = esp; in esp_mac_probe()
588 esp_chips[dev->id] = NULL; in esp_mac_probe()
[all …]