Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc.c4062 uint8_t number_of_bytes, i = MMC_CLEAR; in sdio_host_access_cccr() local
4069 number_of_bytes = BYTES_3; in sdio_host_access_cccr()
4076 number_of_bytes = BYTES_2; in sdio_host_access_cccr()
4081 number_of_bytes = BYTES_1; in sdio_host_access_cccr()
4088 for (i = MMC_CLEAR; i < number_of_bytes; i++) in sdio_host_access_cccr()
4121 for (i = MMC_CLEAR; i < number_of_bytes; i++) in sdio_host_access_cccr()
4148 uint8_t number_of_bytes, i = MMC_CLEAR; in sdio_host_access_fbr() local
4156 number_of_bytes = BYTES_3; in sdio_host_access_fbr()
4163 number_of_bytes = BYTES_2; in sdio_host_access_fbr()
4168 number_of_bytes = BYTES_1; in sdio_host_access_fbr()
[all …]