Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Dsd.c59 struct sd_info *sd_card = &(chip->sd_card); in sd_set_err_code() local
66 struct sd_info *sd_card = &(chip->sd_card); in sd_clr_err_code() local
73 struct sd_info *sd_card = &(chip->sd_card); in sd_check_err_code() local
129 struct sd_info *sd_card = &(chip->sd_card); in sd_send_cmd_get_rsp() local
289 struct sd_info *sd_card = &(chip->sd_card); in sd_read_data() local
360 struct sd_info *sd_card = &(chip->sd_card); in sd_write_data() local
428 struct sd_info *sd_card = &(chip->sd_card); in sd_check_csd() local
538 struct sd_info *sd_card = &(chip->sd_card); in sd_set_sample_push_timing() local
577 struct sd_info *sd_card = &(chip->sd_card); in sd_choose_proper_clock() local
641 struct sd_info *sd_card = &(chip->sd_card); in sd_set_init_para() local
[all …]
Drtsx_chip.h400 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument
401 #define CHK_SD_HS(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HS)) argument
402 #define CHK_SD_SDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR50)) argument
403 #define CHK_SD_DDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_DDR50)) argument
404 #define CHK_SD_SDR104(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR104)) argument
405 #define CHK_SD_HCXC(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HCXC)) argument
406 #define CHK_SD_HC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity <= 0x4000000)) argument
407 #define CHK_SD_XC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity > 0x4000000)) argument
408 #define CHK_SD30_SPEED(sd_card) (CHK_SD_SDR50(sd_card) || CHK_SD_DDR50(sd_card) || CHK_SD_SDR104(s… argument
410 #define SET_SD(sd_card) ((sd_card)->sd_type = TYPE_SD) argument
[all …]
Drtsx_scsi.c439 struct sd_info *sd_card = &(chip->sd_card); in test_unit_ready() local
860 struct sd_info *sd_card = &(chip->sd_card); in read_write() local
1350 struct sd_info *sd_card = &(chip->sd_card); in get_sd_csd() local
1527 struct sd_info *sd_card = &(chip->sd_card); in set_variable() local
1591 struct sd_info *sd_card = &(chip->sd_card); in get_variable() local
1671 struct sd_info *sd_card = &(chip->sd_card); in get_dev_status() local
2680 struct sd_info *sd_card = &(chip->sd_card); in read_status() local
3423 struct sd_info *sd_card = &(chip->sd_card); in rtsx_scsi_handler() local
Drtsx.c526 struct sd_info *sd_card = &(chip->sd_card); in rtsx_polling_thread() local
Drtsx_chip.c930 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip() local
1149 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_func() local
Drtsx_card.c36 struct sd_info *sd_card = &(chip->sd_card); in do_remaining_work() local
Drtsx_card.h1035 struct sd_info *sd_card = &(chip->sd_card); in get_card_size() local