Lines Matching refs:esp_chips
57 static struct esp *esp_chips[2]; variable
453 if (esp_chips[0] && in mac_scsi_esp_intr()
454 (mac_esp_read8(esp_chips[0], ESP_STATUS) & ESP_STAT_INTR)) { in mac_scsi_esp_intr()
455 (void)scsi_esp_intr(irq, esp_chips[0]); in mac_scsi_esp_intr()
458 if (esp_chips[1] && in mac_scsi_esp_intr()
459 (mac_esp_read8(esp_chips[1], ESP_STATUS) & ESP_STAT_INTR)) { in mac_scsi_esp_intr()
460 (void)scsi_esp_intr(irq, esp_chips[1]); in mac_scsi_esp_intr()
565 esp_chips[dev->id] = esp; in esp_mac_probe()
567 if (esp_chips[!dev->id] == NULL) { in esp_mac_probe()
570 esp_chips[dev->id] = NULL; in esp_mac_probe()
582 if (esp_chips[!dev->id] == NULL) in esp_mac_probe()
602 esp_chips[dev->id] = NULL; in esp_mac_remove()
603 if (!(esp_chips[0] || esp_chips[1])) in esp_mac_remove()