Searched refs:wordsCanBeWrote (Results 1 – 2 of 2) sorted by relevance
464 uint32_t wordsCanBeWrote; /* Words can be wrote at this time. */ in SDHC_WriteDataPort() local483 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()
527 uint32_t wordsCanBeWrote; /* Words can be wrote at this time. */ in USDHC_WriteDataPort() local549 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()