Home
last modified time | relevance | path

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

/drivers/dma/
Dat_hdmac.c281 if (atchan->remain_desc == 0) in atc_get_bytes_left()
283 atchan->remain_desc = desc_first->len; in atc_get_bytes_left()
300 if (atchan->remain_desc < count) { in atc_get_bytes_left()
305 atchan->remain_desc -= count; in atc_get_bytes_left()
306 ret = atchan->remain_desc; in atc_get_bytes_left()
314 ret = atchan->remain_desc - count; in atc_get_bytes_left()
1190 atchan->remain_desc = 0; in atc_alloc_chan_resources()
1233 atchan->remain_desc = 0; in atc_free_chan_resources()
Dat_hdmac_regs.h253 u32 remain_desc; member