Home
last modified time | relevance | path

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

/qemu/include/hw/scsi/
H A Desp.h14 #define ESP_FIFO_SZ 16 macro
62 uint8_t mig_ti_buf[ESP_FIFO_SZ];
/qemu/hw/scsi/
H A Desp.c612 len = MIN(s->async_len, ESP_FIFO_SZ); in esp_do_dma()
625 len = MIN(s->async_len, ESP_FIFO_SZ); in esp_do_dma()
773 len = MIN(s->async_len, ESP_FIFO_SZ); in esp_nodma_ti_dataout()
791 uint8_t buf[ESP_FIFO_SZ]; in esp_do_nodma()
1626 fifo8_create(&s->fifo, ESP_FIFO_SZ); in esp_init()