Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdhc/
Dfsl_sdhc.c369 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in SDHC_ReadDataPort() local
388 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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdif/
Dfsl_sdif.c472 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in SDIF_ReadDataPort() local
488 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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c401 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in USDHC_ReadDataPort() local
423 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()