Home
last modified time | relevance | path

Searched refs:INTR_FC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Desp.c227 s->rregs[ESP_RINTR] |= INTR_FC; in esp_select()
313 s->rregs[ESP_RINTR] |= INTR_BS | INTR_FC; in do_command_phase()
416 s->rregs[ESP_RINTR] |= INTR_BS | INTR_FC; in satn_stop_pdma_cb()
437 s->rregs[ESP_RINTR] |= INTR_BS | INTR_FC; in handle_satn_stop()
451 s->rregs[ESP_RINTR] |= INTR_BS | INTR_FC; in write_response_pdma_cb()
469 s->rregs[ESP_RINTR] |= INTR_BS | INTR_FC; in write_response()
1089 s->rregs[ESP_RINTR] |= INTR_FC; in esp_reg_write()
1102 s->rregs[ESP_RINTR] |= INTR_FC; in esp_reg_write()
/openbmc/qemu/include/hw/scsi/
H A Desp.h139 #define INTR_FC 0x08 macro