Searched refs:wordsCanBeRead (Results 1 – 3 of 3) sorted by relevance
369 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in SDHC_ReadDataPort() local388 wordsCanBeRead = totalWords; in SDHC_ReadDataPort()394 wordsCanBeRead = readWatermark; in SDHC_ReadDataPort()400 wordsCanBeRead = (totalWords - transferredWords); in SDHC_ReadDataPort()404 while (i < wordsCanBeRead) in SDHC_ReadDataPort()
472 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in SDIF_ReadDataPort() local488 wordsCanBeRead = totalWords; in SDIF_ReadDataPort()494 wordsCanBeRead = readWatermark; in SDIF_ReadDataPort()501 wordsCanBeRead = (totalWords - transferredWords); in SDIF_ReadDataPort()505 while (i < wordsCanBeRead) in SDIF_ReadDataPort()
401 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in USDHC_ReadDataPort() local423 wordsCanBeRead = totalWords; in USDHC_ReadDataPort()429 wordsCanBeRead = readWatermark; in USDHC_ReadDataPort()436 wordsCanBeRead = (totalWords - transferredWords); in USDHC_ReadDataPort()440 while (i < wordsCanBeRead) in USDHC_ReadDataPort()