Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Drcar_mmc_registers.h77 #define RCAR_MMC_INFO2_ERR_ILR BIT(5) /* illegal read err */ macro
85 (RCAR_MMC_INFO2_ERR_RTO | RCAR_MMC_INFO2_ERR_ILR | \
Drcar_mmc.c178 if (info2 & (RCAR_MMC_INFO2_ERR_ILA | RCAR_MMC_INFO2_ERR_ILR | RCAR_MMC_INFO2_ERR_ILW)) { in rcar_mmc_check_errors()