Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h65 #define SD_STATUS (0x0018) macro
/Linux-v5.4/drivers/staging/rts5208/
Dsd.h83 #define SD_STATUS 13 macro
Dsd.c1470 cmd[0] = 0x40 | SD_STATUS;
2251 cmd[0] = 0x40 | SD_STATUS;
/Linux-v5.4/drivers/usb/storage/
Dene_ub6250.c240 struct SD_STATUS { struct
440 struct SD_STATUS SD_Status;
2171 info->SD_Status = *(struct SD_STATUS *) bbuf; in ene_sd_init()
2173 struct SD_STATUS *s = &info->SD_Status; in ene_sd_init()
2393 info->SD_Status = *(struct SD_STATUS *)&tmp; in ene_ub6250_resume()
2415 info->SD_Status = *(struct SD_STATUS *)&tmp; in ene_ub6250_reset_resume()
/Linux-v5.4/drivers/mmc/host/
Dau1xmmc.c138 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS)