Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci.c601 uint32_t boundary_count = boundary_chk - (s->sdmasysad % boundary_chk); in sdhci_sdma_transfer_multi_blocks() local
625 if (((boundary_count + begin) < block_size) && page_aligned) { in sdhci_sdma_transfer_multi_blocks()
626 s->data_count = boundary_count + begin; in sdhci_sdma_transfer_multi_blocks()
627 boundary_count = 0; in sdhci_sdma_transfer_multi_blocks()
630 boundary_count -= block_size - begin; in sdhci_sdma_transfer_multi_blocks()
641 if (page_aligned && boundary_count == 0) { in sdhci_sdma_transfer_multi_blocks()
649 if (((boundary_count + begin) < block_size) && page_aligned) { in sdhci_sdma_transfer_multi_blocks()
650 s->data_count = boundary_count + begin; in sdhci_sdma_transfer_multi_blocks()
651 boundary_count = 0; in sdhci_sdma_transfer_multi_blocks()
654 boundary_count -= block_size - begin; in sdhci_sdma_transfer_multi_blocks()
[all …]