Searched refs:SD_STOP (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_card.h | 274 #define SD_STOP 0x04 macro 1083 rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, in rtsx_clear_sd_error() 1084 SD_STOP | SD_CLR_ERR); in rtsx_clear_sd_error()
|
D | rtsx_card.c | 302 rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, in release_sdio() 303 SD_STOP | SD_CLR_ERR); in release_sdio()
|
D | sd.c | 2268 retval = rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, 2269 SD_STOP | SD_CLR_ERR);
|
/linux-4.4.14/include/linux/mfd/ |
D | rtsx_usb.h | 498 #define SD_STOP 0x04 macro
|
D | rtsx_pci.h | 403 #define SD_STOP 0x04 macro
|
/linux-4.4.14/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 79 SD_STOP | SD_CLR_ERR, in sd_clear_error() 80 SD_STOP | SD_CLR_ERR); in sd_clear_error()
|
D | rtsx_pci_sdmmc.c | 71 SD_STOP | SD_CLR_ERR, SD_STOP | SD_CLR_ERR); in sd_clear_error()
|