Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rts5208/
Drtsx_chip.c133 chip->sd_io = 1; in rtsx_pre_handle_sdio_old()
234 chip->sd_io = 1; in rtsx_pre_handle_sdio_new()
513 chip->sd_io = 0; in rtsx_reset_chip()
779 chip->sd_io = 0; in rtsx_init_chip()
1018 if (!rtsx_is_ss_allowed(chip) || chip->sd_io) in rtsx_manage_ss()
1046 if (chip->sd_io) { in rtsx_manage_aspm()
1081 if (chip->auto_power_down && !chip->card_ready && !chip->sd_io) in rtsx_manage_idle()
1172 chip->card_ready || chip->card_ejected || chip->sd_io) { in rtsx_delink_stage()
1243 if (chip->sd_io && !chip->sd_int) in rtsx_polling_func()
1905 if (chip->sd_io && (chip->int_reg & DATA_DONE_INT)) in rtsx_pre_handle_interrupt()
[all …]
Drtsx_card.c168 if (chip->sd_io || chip->sd_reset_counter >= MAX_RESET_CNT) { in do_reset_sd_card()
183 if (chip->sd_io) { in do_reset_sd_card()
290 if (chip->sd_io) { in release_sdio()
304 chip->sd_io = 0; in release_sdio()
310 if ((chip->card_ready & SD_CARD) || chip->sd_io) { in rtsx_power_off_card()
330 if ((chip->card_ready & SD_CARD) || chip->sd_io) { in rtsx_release_cards()
534 if (!(chip->card_exist & SD_CARD) && !chip->sd_io) in rtsx_init_cards()
Dsd.c2021 chip->sd_io = 0;
2337 chip->sd_io = 1;
3076 chip->sd_io = 1;
3100 if (chip->sd_io)
4701 chip->sd_io = 0;
Drtsx_chip.h786 u8 sd_io; member
Drtsx_scsi.c2508 if (chip->sd_io && chip->sd_int) in read_status()