Searched refs:ESP_INTR_IC (Results 1 – 4 of 4) sorted by relevance
330 #define ESP_INTR_IC 0x40 /* Illegal command given */ macro335 #define ESP_ILLCMD_IRQ(esp) ((esp)->intreg & (ESP_INTR_IC))
566 #define ESP_INTR_IC 0x40 /* Illegal command given */ macro571 #define ESP_ILLCMD_IRQ(esp) ((esp)->intreg & (ESP_INTR_IC))
202 if(intreg & ESP_INTR_IC) in esp_print_ireg()3454 if(esp->ireg & (ESP_INTR_IC)) { in esp_handle()
291 if (intreg & ESP_INTR_IC) in esp_print_ireg()4255 if (esp->ireg & (ESP_INTR_IC)) { in esp_handle()