Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
Dau1100_mmc.h65 #define SD_STATUS (0x0018) macro
/linux-4.4.14/drivers/staging/rts5208/
Dsd.h95 #define SD_STATUS 13 macro
Dsd.c1634 cmd[0] = 0x40 | SD_STATUS;
2529 cmd[0] = 0x40 | SD_STATUS;
/linux-4.4.14/drivers/usb/storage/
Dene_ub6250.c254 struct SD_STATUS { struct
450 struct SD_STATUS SD_Status;
2174 info->SD_Status = *(struct SD_STATUS *)&buf[0]; in ene_sd_init()
2176 struct SD_STATUS *s = &info->SD_Status; in ene_sd_init()
2377 info->SD_Status = *(struct SD_STATUS *)&tmp; in ene_ub6250_resume()
2397 info->SD_Status = *(struct SD_STATUS *)&tmp; in ene_ub6250_reset_resume()
/linux-4.4.14/drivers/mmc/host/
Dau1xmmc.c139 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS)