Searched refs:part_buf_start (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Ddw_mmc.c1167 host->part_buf_start = 0;
2309 memcpy(buf, (void *)&host->part_buf + host->part_buf_start,
2312 host->part_buf_start += cnt;
2321 host->part_buf_start = cnt;
H A Ddw_mmc.h117 * @part_buf_start: Start index in part_buf.
219 u8 part_buf_start; member in struct:dw_mci

Completed in 223 milliseconds