Searched refs:ESP_INTR_IC (Results 1 – 2 of 2) sorted by relevance
174 #define ESP_INTR_IC 0x40 /* Illegal command given */ macro
2094 if (esp->ireg & (ESP_INTR_S | ESP_INTR_SATN | ESP_INTR_IC)) { in __esp_interrupt()2096 if (esp->ireg & ESP_INTR_IC) in __esp_interrupt()