Home
last modified time | relevance | path

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

/qemu/hw/scsi/
H A Desp.c238 static uint32_t esp_get_tc(ESPState *s) in esp_get_tc() function
251 uint32_t old_tc = esp_get_tc(s); in esp_set_tc()
283 uint32_t dmalen = esp_get_tc(s); in esp_pdma_write()
517 len = esp_get_tc(s); in esp_do_dma()
524 esp_set_tc(s, esp_get_tc(s) - len); in esp_do_dma()
562 if (esp_get_tc(s) == 0) { in esp_do_dma()
579 esp_set_tc(s, esp_get_tc(s) - len); in esp_do_dma()
587 if (esp_get_tc(s) == 0) { in esp_do_dma()
719 if (esp_get_tc(s) > 0) { in esp_do_dma()
1028 uint32_t dmalen = esp_get_tc(s); in esp_transfer_data()
[all …]