Searched refs:SD_CLR_ERR (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/staging/rts5208/ |
D | rtsx_card.h | 266 #define SD_CLR_ERR 0x40 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);
|
/linux-6.1.9/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 | 213 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5228_card_power_on() 214 SD_STOP | SD_CLR_ERR); in rts5228_card_power_on()
|
D | rts5261.c | 185 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5261_card_power_on() 186 SD_STOP | SD_CLR_ERR); in rts5261_card_power_on()
|
/linux-6.1.9/include/linux/ |
D | rtsx_usb.h | 487 #define SD_CLR_ERR 0x40 macro
|
D | rtsx_pci.h | 395 #define SD_CLR_ERR 0x40 macro
|
/linux-6.1.9/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()
|