Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmxcmmc.c76 #define STATUS_ERR_MASK 0x2f macro
206 if (stat & STATUS_ERR_MASK) { in mxcmci_finish_data()
271 if (stat & STATUS_ERR_MASK) in mxcmci_poll_status()
H A Dmeson_gx_mmc.c200 else if (status & STATUS_ERR_MASK) in meson_dm_mmc_send_cmd()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-meson/
H A Dsd_emmc.h50 #define STATUS_ERR_MASK GENMASK(12, 0) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmxcmmc.c88 #define STATUS_ERR_MASK 0x2f macro
457 if (stat & STATUS_ERR_MASK) { in mxcmci_finish_data()
533 if (stat & STATUS_ERR_MASK) in mxcmci_poll_status()