Searched defs:sd_card (Results 1 – 7 of 7) sorted by relevance
59 struct sd_info *sd_card = &(chip->sd_card); in sd_set_err_code() local66 struct sd_info *sd_card = &(chip->sd_card); in sd_clr_err_code() local73 struct sd_info *sd_card = &(chip->sd_card); in sd_check_err_code() local129 struct sd_info *sd_card = &(chip->sd_card); in sd_send_cmd_get_rsp() local289 struct sd_info *sd_card = &(chip->sd_card); in sd_read_data() local360 struct sd_info *sd_card = &(chip->sd_card); in sd_write_data() local428 struct sd_info *sd_card = &(chip->sd_card); in sd_check_csd() local538 struct sd_info *sd_card = &(chip->sd_card); in sd_set_sample_push_timing() local577 struct sd_info *sd_card = &(chip->sd_card); in sd_choose_proper_clock() local641 struct sd_info *sd_card = &(chip->sd_card); in sd_set_init_para() local[all …]
400 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument401 #define CHK_SD_HS(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HS)) argument402 #define CHK_SD_SDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR50)) argument403 #define CHK_SD_DDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_DDR50)) argument404 #define CHK_SD_SDR104(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR104)) argument405 #define CHK_SD_HCXC(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HCXC)) argument406 #define CHK_SD_HC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity <= 0x4000000)) argument407 #define CHK_SD_XC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity > 0x4000000)) argument408 #define CHK_SD30_SPEED(sd_card) (CHK_SD_SDR50(sd_card) || CHK_SD_DDR50(sd_card) || CHK_SD_SDR104(s… argument410 #define SET_SD(sd_card) ((sd_card)->sd_type = TYPE_SD) argument[all …]
439 struct sd_info *sd_card = &(chip->sd_card); in test_unit_ready() local860 struct sd_info *sd_card = &(chip->sd_card); in read_write() local1350 struct sd_info *sd_card = &(chip->sd_card); in get_sd_csd() local1527 struct sd_info *sd_card = &(chip->sd_card); in set_variable() local1591 struct sd_info *sd_card = &(chip->sd_card); in get_variable() local1671 struct sd_info *sd_card = &(chip->sd_card); in get_dev_status() local2680 struct sd_info *sd_card = &(chip->sd_card); in read_status() local3423 struct sd_info *sd_card = &(chip->sd_card); in rtsx_scsi_handler() local
526 struct sd_info *sd_card = &(chip->sd_card); in rtsx_polling_thread() local
930 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip() local1149 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_func() local
36 struct sd_info *sd_card = &(chip->sd_card); in do_remaining_work() local
1035 struct sd_info *sd_card = &(chip->sd_card); in get_card_size() local