Home
last modified time | relevance | path

Searched hist:"2 b42903397b4d6b68fe2af95565a8953b08ab96e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c2b42903397b4d6b68fe2af95565a8953b08ab96e Mon Sep 19 02:16:50 UTC 2016 Jacob Chen <jacob2.chen@rock-chips.com> mmc: dw_mmc: push/pop all FIFO data if any data request

When DTO interrupt occurred, there are any remaining data still in FIFO
due to RX FIFO threshold is larger than remaining data. It also
causes that dwmmc didn't trigger RXDR interrupt, so is TX.

It's responsibility of driver to read remaining bytes on seeing DTO
interrupt.

Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>