Home
last modified time | relevance | path

Searched refs:ESP_STAT_PMASK (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
Dmac_esp.c377 if (((esp->sreg & ESP_STAT_PMASK) != ESP_DIP) && in mac_esp_send_pio_cmd()
378 ((esp->sreg & ESP_STAT_PMASK) != ESP_MIP)) in mac_esp_send_pio_cmd()
404 if (((esp->sreg & ESP_STAT_PMASK) != ESP_DOP) && in mac_esp_send_pio_cmd()
405 ((esp->sreg & ESP_STAT_PMASK) != ESP_MOP)) in mac_esp_send_pio_cmd()
Desp_scsi.h135 #define ESP_STAT_PMASK 0x07 /* Mask of phase bits */ macro
Desp_scsi.c1051 if ((esp->sreg & ESP_STAT_PMASK) != ESP_MIP) { in esp_reconnect_with_tag()
1282 ((esp->sreg & ESP_STAT_PMASK) != ESP_DIP))) in esp_finish_select()
1343 phase = esp->sreg & ESP_STAT_PMASK; in esp_data_bytes_sent()
1649 switch (esp->sreg & ESP_STAT_PMASK) { in esp_process_event()
2074 phase = (esp->sreg & ESP_STAT_PMASK); in __esp_interrupt()