Home
last modified time | relevance | path

Searched refs:sd_card (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/staging/rts5208/
Drtsx_chip.h388 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument
389 #define CHK_SD_HS(sd_card) (CHK_SD(sd_card) && \ argument
390 ((sd_card)->sd_type & SD_HS))
391 #define CHK_SD_SDR50(sd_card) (CHK_SD(sd_card) && \ argument
392 ((sd_card)->sd_type & SD_SDR50))
393 #define CHK_SD_DDR50(sd_card) (CHK_SD(sd_card) && \ argument
394 ((sd_card)->sd_type & SD_DDR50))
395 #define CHK_SD_SDR104(sd_card) (CHK_SD(sd_card) && \ argument
396 ((sd_card)->sd_type & SD_SDR104))
397 #define CHK_SD_HCXC(sd_card) (CHK_SD(sd_card) && \ argument
[all …]
Dsd.c48 struct sd_info *sd_card = &chip->sd_card; in sd_set_err_code() local
50 sd_card->err_code |= err_code; in sd_set_err_code()
55 struct sd_info *sd_card = &chip->sd_card; in sd_clr_err_code() local
57 sd_card->err_code = 0; in sd_clr_err_code()
62 struct sd_info *sd_card = &chip->sd_card; in sd_check_err_code() local
64 return sd_card->err_code & err_code; in sd_check_err_code()
115 struct sd_info *sd_card = &chip->sd_card; local
248 sd_card->sd_data_buf_ready = 1;
250 sd_card->sd_data_buf_ready = 0;
265 struct sd_info *sd_card = &chip->sd_card; local
[all …]
Drtsx_scsi.c428 struct sd_info *sd_card = &chip->sd_card; in test_unit_ready() local
430 if (sd_card->sd_lock_notify) { in test_unit_ready()
431 sd_card->sd_lock_notify = 0; in test_unit_ready()
434 } else if (sd_card->sd_lock_status & SD_LOCKED) { in test_unit_ready()
836 struct sd_info *sd_card = &chip->sd_card; in read_write() local
863 if (sd_card->sd_erase_status) { in read_write()
873 if (sd_card->sd_lock_status & SD_LOCKED) { in read_write()
1296 struct sd_info *sd_card = &chip->sd_card; in get_sd_csd() local
1310 rtsx_stor_set_xfer_buf(sd_card->raw_csd, scsi_bufflen(srb), srb); in get_sd_csd()
1400 struct sd_info *sd_card = &chip->sd_card; in set_variable() local
[all …]
Drtsx_card.c25 struct sd_info *sd_card = &chip->sd_card; in do_remaining_work() local
32 if (sd_card->seq_mode) { in do_remaining_work()
34 sd_card->cleanup_counter++; in do_remaining_work()
36 sd_card->cleanup_counter = 0; in do_remaining_work()
71 if (sd_card->cleanup_counter > POLLING_WAIT_CNT) in do_remaining_work()
Drtsx_chip.c756 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip() local
768 memset(sd_card, 0, sizeof(struct sd_info)); in rtsx_init_chip()
981 struct sd_info *sd_card = &chip->sd_card; in rtsx_manage_sd_lock() local
984 if (!sd_card->sd_erase_status) in rtsx_manage_sd_lock()
990 sd_card->sd_erase_status = SD_NOT_ERASE; in rtsx_manage_sd_lock()
991 sd_card->sd_lock_notify = 1; in rtsx_manage_sd_lock()
995 sd_card->sd_erase_status = SD_NOT_ERASE; in rtsx_manage_sd_lock()
Drtsx_card.h1021 struct sd_info *sd_card = &chip->sd_card; in get_card_size() local
1024 (sd_card->sd_lock_status & SD_LOCKED)) in get_card_size()
Drtsx.c460 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_thread() local
464 sd_card->cleanup_counter = 0; in rtsx_polling_thread()
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/
Dqcom,ipq6018-pinctrl.yaml95 qdss_tracedata_a, qdss_tracedata_b, reset_n, sd_card, sd_write,
Dqcom,sdx65-pinctrl.yaml117 sd_card, tsif2_data, sdc41, tsif2_sync, sdc40, mdp_vsync_p_b,
Dqcom,ipq8074-pinctrl.txt115 qpic, rx0, rx1, rx2, sd_card, sd_write, tsens_max, wci2a,
Dqcom,msm8916-pinctrl.txt126 qdss_tracedata_b, reset_n, sd_card, sd_write, sec_mi2s, smb_int,
Dqcom,msm8998-pinctrl.txt132 qlink_request, qua_mi2s, sd_card, sd_write, sdc40, sdc41,
Dqcom,msm8996-pinctrl.txt141 sd_card, tsif2_data, sdc41, tsif2_sync, sdc40, mdp_vsync_p_b,
/linux-6.1.9/drivers/pinctrl/qcom/
Dpinctrl-ipq8074.c906 FUNCTION(sd_card),
1017 PINGROUP(63, sd_card, pwm0, NA, gcc_plltest, NA, NA, NA, NA, NA),
Dpinctrl-ipq6018.c968 FUNCTION(sd_card),
1045 PINGROUP(62, sd_card, _, _, _, _, _, _, _, _),
Dpinctrl-msm8916.c799 FUNCTION(sd_card),
Dpinctrl-msm8996.c1624 FUNCTION(sd_card),
Dpinctrl-msm8998.c1308 FUNCTION(sd_card),