Searched refs:ESP_INTR_FDONE (Results 1 – 4 of 4) sorted by relevance
327 #define ESP_INTR_FDONE 0x08 /* Function done */ macro
196 if(intreg & ESP_INTR_FDONE) in esp_print_ireg()1945 } else if (esp->ireg & ESP_INTR_FDONE) { in esp_do_data()2375 if(intr & ESP_INTR_FDONE) { in esp_do_status()2589 if(esp->ireg == (ESP_INTR_RSEL | ESP_INTR_FDONE)) { in esp_select_complete()2600 if(esp->ireg == (ESP_INTR_FDONE | ESP_INTR_BSERV)) { in esp_select_complete()3483 } else if(!(esp->ireg & ~(ESP_INTR_FDONE | ESP_INTR_BSERV | ESP_INTR_DC))) { in esp_handle()
563 #define ESP_INTR_FDONE 0x08 /* Function done */ macro
285 if (intreg & ESP_INTR_FDONE) in esp_print_ireg()3043 if (intr & ESP_INTR_FDONE) { in esp_do_status()3254 if (esp->ireg == (ESP_INTR_RSEL | ESP_INTR_FDONE)) { in esp_select_complete()3265 if (esp->ireg == (ESP_INTR_FDONE | ESP_INTR_BSERV)) { in esp_select_complete()4284 } else if (!(esp->ireg & ~(ESP_INTR_FDONE | ESP_INTR_BSERV | ESP_INTR_DC))) { in esp_handle()