Home
last modified time | relevance | path

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

/drivers/staging/rts5208/
Drtsx_card.c179 if (chip->sd_io || (chip->sd_reset_counter >= MAX_RESET_CNT)) { in do_reset_sd_card()
194 if (chip->sd_io) { in do_reset_sd_card()
301 if (chip->sd_io) { in release_sdio()
315 chip->sd_io = 0; in release_sdio()
321 if ((chip->card_ready & SD_CARD) || chip->sd_io) { in rtsx_power_off_card()
341 if ((chip->card_ready & SD_CARD) || chip->sd_io) { in rtsx_release_cards()
545 if (!(chip->card_exist & SD_CARD) && !chip->sd_io) in rtsx_init_cards()
Drtsx_chip.c153 chip->sd_io = 1; in rtsx_pre_handle_sdio_old()
276 chip->sd_io = 1; in rtsx_pre_handle_sdio_new()
629 chip->sd_io = 0; in rtsx_reset_chip()
950 chip->sd_io = 0; in rtsx_init_chip()
1198 if (!rtsx_is_ss_allowed(chip) || chip->sd_io) in rtsx_manage_ss()
1226 if (chip->sd_io) { in rtsx_manage_aspm()
1261 if (chip->auto_power_down && !chip->card_ready && !chip->sd_io) in rtsx_manage_idle()
1352 chip->card_ready || chip->card_ejected || chip->sd_io) { in rtsx_delink_stage()
1423 if (chip->sd_io && !chip->sd_int) in rtsx_polling_func()
2166 if (chip->sd_io && (chip->int_reg & DATA_DONE_INT)) in rtsx_pre_handle_interrupt()
[all …]
Drtsx_chip.h783 u8 sd_io; member
Dsd.c2253 chip->sd_io = 0;
2615 chip->sd_io = 1;
3431 chip->sd_io = 1;
3464 if (chip->sd_io) {
5240 chip->sd_io = 0;
Drtsx_scsi.c2705 if (chip->sd_io && chip->sd_int) in read_status()