Searched refs:CARD_STOP (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_card.h | 802 #define CARD_STOP 0xFD54 macro 1061 rtsx_write_register(chip, CARD_STOP, XD_STOP | XD_CLR_ERR, in rtsx_clear_xd_error() 1067 rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, in rtsx_clear_sd_error() 1073 rtsx_write_register(chip, CARD_STOP, MS_STOP | MS_CLR_ERR, in rtsx_clear_ms_error() 1079 rtsx_write_register(chip, CARD_STOP, SPI_STOP | SPI_CLR_ERR, in rtsx_clear_spi_error()
|
H A D | rtsx_card.c | 291 rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR, in release_sdio()
|
H A D | ms.c | 575 retval = rtsx_write_register(chip, CARD_STOP, MS_STOP | MS_CLR_ERR, in ms_prepare_reset()
|
H A D | sd.c | 2031 retval = rtsx_write_register(chip, CARD_STOP, SD_STOP | SD_CLR_ERR,
|
/openbmc/linux/include/linux/ |
H A D | rtsx_usb.h | 235 #define CARD_STOP 0xFD53 macro
|
H A D | rtsx_pci.h | 388 #define CARD_STOP 0xFD54 macro
|
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rts5260.c | 206 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5260_card_power_on()
|
H A D | rts5228.c | 213 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5228_card_power_on()
|
H A D | rts5261.c | 185 rtsx_pci_write_register(pcr, CARD_STOP, SD_STOP | SD_CLR_ERR, in rts5261_card_power_on()
|
/openbmc/linux/drivers/memstick/host/ |
H A D | rtsx_pci_ms.c | 40 rtsx_pci_write_register(host->pcr, CARD_STOP, in ms_clear_error()
|
H A D | rtsx_usb_ms.c | 50 rtsx_usb_ep0_write_register(ucr, CARD_STOP, in ms_clear_error()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | rtsx_usb_sdmmc.c | 67 rtsx_usb_ep0_write_register(ucr, CARD_STOP, in sd_clear_error()
|
H A D | rtsx_pci_sdmmc.c | 57 rtsx_pci_write_register(host->pcr, CARD_STOP, in sd_clear_error()
|