Searched refs:SD_STOP (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
D | rtsx_card.h | 262 #define SD_STOP 0x04 macro 1067 rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, in rtsx_clear_sd_error() 1068 SD_STOP | SD_CLR_ERR); in rtsx_clear_sd_error()
|
D | rtsx_card.c | 291 rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, in release_sdio() 292 SD_STOP | SD_CLR_ERR); in release_sdio()
|
D | sd.c | 2031 retval = rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, 2032 SD_STOP | SD_CLR_ERR);
|
/kernel/linux/linux-5.10/drivers/misc/cardreader/ |
D | rts5260.c | 206 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5260_card_power_on() 207 SD_STOP | SD_CLR_ERR); in rts5260_card_power_on()
|
D | rts5228.c | 205 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5228_card_power_on() 206 SD_STOP | SD_CLR_ERR); in rts5228_card_power_on()
|
D | rts5261.c | 194 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5261_card_power_on() 195 SD_STOP | SD_CLR_ERR); in rts5261_card_power_on()
|
/kernel/linux/linux-5.10/include/linux/ |
D | rtsx_usb.h | 487 #define SD_STOP 0x04 macro
|
D | rtsx_pci.h | 390 #define SD_STOP 0x04 macro
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 68 SD_STOP | SD_CLR_ERR, in sd_clear_error() 69 SD_STOP | SD_CLR_ERR); in sd_clear_error()
|
D | rtsx_pci_sdmmc.c | 58 SD_STOP | SD_CLR_ERR, SD_STOP | SD_CLR_ERR); in sd_clear_error()
|