Home
last modified time | relevance | path

Searched refs:sd_io (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_chip.c148 chip->sd_io = 1; in rtsx_pre_handle_sdio_old()
232 chip->sd_io = 1; in rtsx_pre_handle_sdio_new()
566 chip->sd_io = 0; in rtsx_reset_chip()
973 chip->sd_io = 0; in rtsx_init_chip()
1238 if (ss_allowed && !chip->sd_io) { in rtsx_polling_func()
1258 if (chip->sd_io) { in rtsx_polling_func()
1287 if (chip->auto_power_down && !chip->card_ready && !chip->sd_io) { in rtsx_polling_func()
1302 if (chip->sd_io && !chip->sd_int) { in rtsx_polling_func()
1355 !chip->card_ready && !chip->card_ejected && !chip->sd_io) { in rtsx_polling_func()
2055 if (chip->sd_io) { in rtsx_pre_handle_interrupt()
[all …]
Drtsx_card.c183 if (chip->sd_io || (chip->sd_reset_counter >= MAX_RESET_CNT)) { in do_reset_sd_card()
198 if (chip->sd_io) { in do_reset_sd_card()
305 if (chip->sd_io) { in release_sdio()
320 chip->sd_io = 0; in release_sdio()
326 if ((chip->card_ready & SD_CARD) || chip->sd_io) { in rtsx_power_off_card()
346 if ((chip->card_ready & SD_CARD) || chip->sd_io) { in rtsx_release_cards()
549 if (!(chip->card_exist & SD_CARD) && !chip->sd_io) in rtsx_init_cards()
Drtsx_chip.h777 u8 sd_io; member
Dsd.c2038 chip->sd_io = 0; in sd_prepare_reset()
2334 chip->sd_io = 1; in reset_sd()
3126 chip->sd_io = 1; in reset_sd_card()
3161 if (chip->sd_io) { in reset_sd_card()
4766 chip->sd_io = 0; in release_sd_card()
Drtsx_scsi.c2424 if (chip->sd_io && chip->sd_int) { in read_status()