Lines Matching refs:esp_chips
57 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()
589 if (esp_chips[!dev->id] == NULL) { in esp_mac_probe()
613 esp_chips[dev->id] = NULL; in esp_mac_remove()
614 if (esp_chips[!dev->id] == NULL) { in esp_mac_remove()