Searched refs:esp_get_tc (Results 1 – 1 of 1) sorted by relevance
208 static uint32_t esp_get_tc(ESPState *s) in esp_get_tc() function221 uint32_t old_tc = esp_get_tc(s); in esp_set_tc()253 uint32_t dmalen = esp_get_tc(s); in esp_pdma_write()476 if (esp_get_tc(s) == 0 && fifo8_num_used(&s->fifo) < 2) { in esp_dma_ti_check()487 len = esp_get_tc(s); in esp_do_dma()494 esp_set_tc(s, esp_get_tc(s) - len); in esp_do_dma()532 if (esp_get_tc(s) == 0) { in esp_do_dma()549 esp_set_tc(s, esp_get_tc(s) - len); in esp_do_dma()557 if (esp_get_tc(s) == 0) { in esp_do_dma()567 if (s->async_len == 0 && esp_get_tc(s)) { in esp_do_dma()[all …]