Searched refs:got_dataend (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmsm_sdcc.h190 int got_dataend; member in struct:msmsdcc_curr_req
H A Dmsm_sdcc.c158 host->curr.got_dataend = host->curr.got_datablkend = 0;
245 if ((host->curr.got_dataend && host->curr.got_datablkend)
452 host->curr.got_dataend = 0;
748 if (!host->curr.got_dataend && (status & MCI_DATAEND))
749 host->curr.got_dataend = 1;
757 if (host->curr.got_dataend && host->curr.got_datablkend &&

Completed in 68 milliseconds