Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/sdhc/
Dfsl_sdhc.c464 uint32_t wordsCanBeWrote; /* Words can be wrote at this time. */ in SDHC_WriteDataPort() local
483 wordsCanBeWrote = totalWords; in SDHC_WriteDataPort()
489 wordsCanBeWrote = writeWatermark; in SDHC_WriteDataPort()
495 wordsCanBeWrote = (totalWords - transferredWords); in SDHC_WriteDataPort()
499 while (i < wordsCanBeWrote) in SDHC_WriteDataPort()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c527 uint32_t wordsCanBeWrote; /* Words can be wrote at this time. */ in USDHC_WriteDataPort() local
549 wordsCanBeWrote = totalWords; in USDHC_WriteDataPort()
555 wordsCanBeWrote = writeWatermark; in USDHC_WriteDataPort()
561 wordsCanBeWrote = (totalWords - transferredWords); in USDHC_WriteDataPort()
565 while (i < wordsCanBeWrote) in USDHC_WriteDataPort()