Home
last modified time | relevance | path

Searched defs:sd_card (Results 1 – 14 of 14) sorted by relevance

/drivers/staging/rts5139/
Dsd.c40 struct sd_info *sd_card = &(chip->sd_card); in sd_set_reset_fail() local
47 struct sd_info *sd_card = &(chip->sd_card); in sd_clear_reset_fail() local
54 struct sd_info *sd_card = &(chip->sd_card); in sd_check_reset_fail() local
61 struct sd_info *sd_card = &(chip->sd_card); in sd_set_err_code() local
68 struct sd_info *sd_card = &(chip->sd_card); in sd_clr_err_code() local
75 struct sd_info *sd_card = &(chip->sd_card); in sd_check_err_code() local
104 struct sd_info *sd_card = &(chip->sd_card); local
299 struct sd_info *sd_card = &(chip->sd_card); local
371 struct sd_info *sd_card = &(chip->sd_card); local
446 struct sd_info *sd_card = &(chip->sd_card); local
[all …]
Drts51x_chip.h487 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument
488 #define CHK_SD_HS(sd_card) \ argument
490 #define CHK_SD_SDR50(sd_card) \ argument
492 #define CHK_SD_DDR50(sd_card) \ argument
494 #define CHK_SD_SDR104(sd_card) \ argument
496 #define CHK_SD_HCXC(sd_card) \ argument
498 #define CHK_SD30_SPEED(sd_card) \ argument
502 #define SET_SD(sd_card) ((sd_card)->sd_type = TYPE_SD) argument
503 #define SET_SD_HS(sd_card) ((sd_card)->sd_type |= SD_HS) argument
504 #define SET_SD_SDR50(sd_card) ((sd_card)->sd_type |= SD_SDR50) argument
[all …]
Dsd_cprm.c285 struct sd_info *sd_card = &(chip->sd_card); local
378 struct sd_info *sd_card = &(chip->sd_card); local
597 struct sd_info *sd_card = &(chip->sd_card); local
931 struct sd_info *sd_card = &(chip->sd_card); local
1003 struct sd_info *sd_card = &(chip->sd_card); local
1035 struct sd_info *sd_card = &(chip->sd_card); local
1073 struct sd_info *sd_card = &(chip->sd_card); local
1111 struct sd_info *sd_card = &(chip->sd_card); local
1150 struct sd_info *sd_card = &(chip->sd_card); local
Drts51x_card.c47 struct sd_info *sd_card = &(chip->sd_card); in do_remaining_work() local
390 struct sd_info *sd_card = &(chip->sd_card); in switch_ssc_clock() local
535 struct sd_info *sd_card = &(chip->sd_card); in switch_normal_clock() local
Drts51x_chip.c383 struct sd_info *sd_card = &(chip->sd_card); in rts51x_polling_func() local
927 struct sd_info *sd_card = &(chip->sd_card); in rts51x_pp_status() local
1117 struct sd_info *sd_card = &(chip->sd_card); in rts51x_read_status() local
Drts51x_scsi.c453 struct sd_info *sd_card = &(chip->sd_card); in test_unit_ready() local
801 struct sd_info *sd_card = &(chip->sd_card); in read_write() local
1137 struct sd_info *sd_card = &(chip->sd_card); in get_sd_csd() local
1875 struct sd_info *sd_card = &(chip->sd_card); in rts51x_scsi_handler() local
Drts51x_fop.c143 struct sd_info *sd_card = &(chip->sd_card); in rts51x_sd_get_rsp() local
/drivers/staging/rts_pstor/
Dsd.c62 struct sd_info *sd_card = &(chip->sd_card); in sd_set_err_code() local
69 struct sd_info *sd_card = &(chip->sd_card); in sd_clr_err_code() local
76 struct sd_info *sd_card = &(chip->sd_card); in sd_check_err_code() local
157 struct sd_info *sd_card = &(chip->sd_card); in sd_send_cmd_get_rsp() local
317 struct sd_info *sd_card = &(chip->sd_card); in sd_read_data() local
378 struct sd_info *sd_card = &(chip->sd_card); in sd_write_data() local
437 struct sd_info *sd_card = &(chip->sd_card); in sd_check_csd() local
542 struct sd_info *sd_card = &(chip->sd_card); in sd_set_sample_push_timing() local
637 struct sd_info *sd_card = &(chip->sd_card); in sd_choose_proper_clock() local
703 struct sd_info *sd_card = &(chip->sd_card); in sd_set_init_para() local
[all …]
Drtsx_chip.h392 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument
393 #define CHK_SD_HS(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HS)) argument
394 #define CHK_SD_SDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR50)) argument
395 #define CHK_SD_DDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_DDR50)) argument
396 #define CHK_SD_SDR104(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR104)) argument
397 #define CHK_SD_HCXC(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HCXC)) argument
398 #define CHK_SD_HC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity <= 0x4000000)) argument
399 #define CHK_SD_XC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity > 0x4000000)) argument
400 #define CHK_SD30_SPEED(sd_card) (CHK_SD_SDR50(sd_card) || CHK_SD_DDR50(sd_card) || CHK_SD_SDR104(s… argument
402 #define SET_SD(sd_card) ((sd_card)->sd_type = TYPE_SD) argument
[all …]
Drtsx_card.c43 struct sd_info *sd_card = &(chip->sd_card); in do_remaining_work() local
652 struct sd_info *sd_card = &(chip->sd_card); in switch_ssc_clock() local
673 struct sd_info *sd_card = &(chip->sd_card); in switch_ssc_clock() local
805 struct sd_info *sd_card = &(chip->sd_card); in switch_normal_clock() local
Drtsx_scsi.c263 struct sd_info *sd_card = &(chip->sd_card); in test_unit_ready() local
682 struct sd_info *sd_card = &(chip->sd_card); in read_write() local
1147 struct sd_info *sd_card = &(chip->sd_card); in get_sd_csd() local
1318 struct sd_info *sd_card = &(chip->sd_card); in set_variable() local
1376 struct sd_info *sd_card = &(chip->sd_card); in get_variable() local
1450 struct sd_info *sd_card = &(chip->sd_card); in get_dev_status() local
2392 struct sd_info *sd_card = &(chip->sd_card); in read_status() local
3086 struct sd_info *sd_card = &(chip->sd_card); in rtsx_scsi_handler() local
Drtsx_chip.c946 struct sd_info *sd_card = &(chip->sd_card); in rtsx_init_chip() local
1151 struct sd_info *sd_card = &(chip->sd_card); in rtsx_polling_func() local
Drtsx.c576 struct sd_info *sd_card = &(chip->sd_card); in rtsx_polling_thread() local
Drtsx_card.h1036 struct sd_info *sd_card = &(chip->sd_card); in get_card_size() local