Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dau1xmmc.c774 #define STATUS_TIMEOUT (SD_STATUS_RAT | SD_STATUS_DT) macro
791 if (host->mrq && (status & STATUS_TIMEOUT)) { in au1xmmc_irq()
/linux/drivers/fsi/
H A Dfsi-master-aspeed.c69 #define STATUS_TIMEOUT BIT(4) macro
/linux/fs/smb/client/
H A Dsmb2maperror.c38 {STATUS_TIMEOUT, -ETIMEDOUT, "STATUS_TIMEOUT"},
/linux/fs/smb/common/
H A Dsmb2status.h42 #define STATUS_TIMEOUT cpu_to_le32(0x00000102) macro