Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h65 #define SD_STATUS (0x0018) macro
/Linux-v4.19/drivers/staging/rts5208/
Dsd.h95 #define SD_STATUS 13 macro
Dsd.c1544 cmd[0] = 0x40 | SD_STATUS;
2380 cmd[0] = 0x40 | SD_STATUS;
/Linux-v4.19/drivers/usb/storage/
Dene_ub6250.c239 struct SD_STATUS { struct
439 struct SD_STATUS SD_Status;
2170 info->SD_Status = *(struct SD_STATUS *) bbuf; in ene_sd_init()
2172 struct SD_STATUS *s = &info->SD_Status; in ene_sd_init()
2392 info->SD_Status = *(struct SD_STATUS *)&tmp; in ene_ub6250_resume()
2414 info->SD_Status = *(struct SD_STATUS *)&tmp; in ene_ub6250_reset_resume()
/Linux-v4.19/drivers/mmc/host/
Dau1xmmc.c140 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS)