Home
last modified time | relevance | path

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

/drivers/mmc/host/
A Ddw_mmc.c1168 host->part_buf_count = 0; in dw_mci_submit_data()
2297 host->part_buf_count = cnt; in dw_mci_set_part_bytes()
2305 host->part_buf_count += cnt; in dw_mci_push_part_bytes()
2316 host->part_buf_count -= cnt; in dw_mci_pull_part_bytes()
2341 if (host->part_buf_count == 2) { in dw_mci_push_data16()
2343 host->part_buf_count = 0; in dw_mci_push_data16()
2424 if (host->part_buf_count == 4) { in dw_mci_push_data32()
2426 host->part_buf_count = 0; in dw_mci_push_data32()
2508 if (host->part_buf_count == 8) { in dw_mci_push_data64()
2510 host->part_buf_count = 0; in dw_mci_push_data64()
[all …]
A Ddw_mmc.h221 u8 part_buf_count; member

Completed in 12 milliseconds