Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Ddw_mmc.c1169 host->part_buf_count = 0; in dw_mci_submit_data()
2293 host->part_buf_count = cnt; in dw_mci_set_part_bytes()
2301 host->part_buf_count += cnt; in dw_mci_push_part_bytes()
2312 host->part_buf_count -= cnt; in dw_mci_pull_part_bytes()
2332 if (unlikely(host->part_buf_count)) { in dw_mci_push_data16()
2337 if (host->part_buf_count == 2) { in dw_mci_push_data16()
2339 host->part_buf_count = 0; in dw_mci_push_data16()
2420 if (host->part_buf_count == 4) { in dw_mci_push_data32()
2422 host->part_buf_count = 0; in dw_mci_push_data32()
2504 if (host->part_buf_count == 8) { in dw_mci_push_data64()
[all …]
A Ddw_mmc.h220 u8 part_buf_count; member

Completed in 12 milliseconds