Searched refs:SD_STOP (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/staging/rts5208/ |
D | rtsx_card.h | 274 #define SD_STOP 0x04 macro 1080 rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, in rtsx_clear_sd_error() 1081 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 | 2138 retval = rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, 2139 SD_STOP | SD_CLR_ERR);
|
/Linux-v4.19/drivers/misc/cardreader/ |
D | rts5260.c | 239 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5260_card_power_on() 240 SD_STOP | SD_CLR_ERR); in rts5260_card_power_on()
|
/Linux-v4.19/include/linux/ |
D | rtsx_usb.h | 498 #define SD_STOP 0x04 macro
|
D | rtsx_pci.h | 412 #define SD_STOP 0x04 macro
|
/Linux-v4.19/drivers/mmc/host/ |
D | rtsx_pci_sdmmc.c | 70 SD_STOP | SD_CLR_ERR, SD_STOP | SD_CLR_ERR); in sd_clear_error()
|
D | rtsx_usb_sdmmc.c | 78 SD_STOP | SD_CLR_ERR, in sd_clear_error() 79 SD_STOP | SD_CLR_ERR); in sd_clear_error()
|