Searched refs:got_datablkend (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.h191 int got_datablkend; 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)
453 host->curr.got_datablkend = 0;
751 if (!host->curr.got_datablkend && (status & MCI_DATABLOCKEND))
752 host->curr.got_datablkend = 1;
757 if (host->curr.got_dataend && host->curr.got_datablkend &&

Completed in 25 milliseconds