Searched defs:sd_card (Results 1 – 14 of 14) sorted by relevance
40 struct sd_info *sd_card = &(chip->sd_card); in sd_set_reset_fail() local47 struct sd_info *sd_card = &(chip->sd_card); in sd_clear_reset_fail() local54 struct sd_info *sd_card = &(chip->sd_card); in sd_check_reset_fail() local61 struct sd_info *sd_card = &(chip->sd_card); in sd_set_err_code() local68 struct sd_info *sd_card = &(chip->sd_card); in sd_clr_err_code() local75 struct sd_info *sd_card = &(chip->sd_card); in sd_check_err_code() local104 struct sd_info *sd_card = &(chip->sd_card); local299 struct sd_info *sd_card = &(chip->sd_card); local371 struct sd_info *sd_card = &(chip->sd_card); local446 struct sd_info *sd_card = &(chip->sd_card); local[all …]
487 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument488 #define CHK_SD_HS(sd_card) \ argument490 #define CHK_SD_SDR50(sd_card) \ argument492 #define CHK_SD_DDR50(sd_card) \ argument494 #define CHK_SD_SDR104(sd_card) \ argument496 #define CHK_SD_HCXC(sd_card) \ argument498 #define CHK_SD30_SPEED(sd_card) \ argument502 #define SET_SD(sd_card) ((sd_card)->sd_type = TYPE_SD) argument503 #define SET_SD_HS(sd_card) ((sd_card)->sd_type |= SD_HS) argument504 #define SET_SD_SDR50(sd_card) ((sd_card)->sd_type |= SD_SDR50) argument[all …]
285 struct sd_info *sd_card = &(chip->sd_card); local378 struct sd_info *sd_card = &(chip->sd_card); local597 struct sd_info *sd_card = &(chip->sd_card); local931 struct sd_info *sd_card = &(chip->sd_card); local1003 struct sd_info *sd_card = &(chip->sd_card); local1035 struct sd_info *sd_card = &(chip->sd_card); local1073 struct sd_info *sd_card = &(chip->sd_card); local1111 struct sd_info *sd_card = &(chip->sd_card); local1150 struct sd_info *sd_card = &(chip->sd_card); local
47 struct sd_info *sd_card = &(chip->sd_card); in do_remaining_work() local390 struct sd_info *sd_card = &(chip->sd_card); in switch_ssc_clock() local535 struct sd_info *sd_card = &(chip->sd_card); in switch_normal_clock() local
383 struct sd_info *sd_card = &(chip->sd_card); in rts51x_polling_func() local927 struct sd_info *sd_card = &(chip->sd_card); in rts51x_pp_status() local1117 struct sd_info *sd_card = &(chip->sd_card); in rts51x_read_status() local
453 struct sd_info *sd_card = &(chip->sd_card); in test_unit_ready() local801 struct sd_info *sd_card = &(chip->sd_card); in read_write() local1137 struct sd_info *sd_card = &(chip->sd_card); in get_sd_csd() local1875 struct sd_info *sd_card = &(chip->sd_card); in rts51x_scsi_handler() local
143 struct sd_info *sd_card = &(chip->sd_card); in rts51x_sd_get_rsp() local
62 struct sd_info *sd_card = &(chip->sd_card); in sd_set_err_code() local69 struct sd_info *sd_card = &(chip->sd_card); in sd_clr_err_code() local76 struct sd_info *sd_card = &(chip->sd_card); in sd_check_err_code() local157 struct sd_info *sd_card = &(chip->sd_card); in sd_send_cmd_get_rsp() local317 struct sd_info *sd_card = &(chip->sd_card); in sd_read_data() local378 struct sd_info *sd_card = &(chip->sd_card); in sd_write_data() local437 struct sd_info *sd_card = &(chip->sd_card); in sd_check_csd() local542 struct sd_info *sd_card = &(chip->sd_card); in sd_set_sample_push_timing() local637 struct sd_info *sd_card = &(chip->sd_card); in sd_choose_proper_clock() local703 struct sd_info *sd_card = &(chip->sd_card); in sd_set_init_para() local[all …]
392 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument393 #define CHK_SD_HS(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HS)) argument394 #define CHK_SD_SDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR50)) argument395 #define CHK_SD_DDR50(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_DDR50)) argument396 #define CHK_SD_SDR104(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_SDR104)) argument397 #define CHK_SD_HCXC(sd_card) (CHK_SD(sd_card) && ((sd_card)->sd_type & SD_HCXC)) argument398 #define CHK_SD_HC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity <= 0x4000000)) argument399 #define CHK_SD_XC(sd_card) (CHK_SD_HCXC(sd_card) && ((sd_card)->capacity > 0x4000000)) argument400 #define CHK_SD30_SPEED(sd_card) (CHK_SD_SDR50(sd_card) || CHK_SD_DDR50(sd_card) || CHK_SD_SDR104(s… argument402 #define SET_SD(sd_card) ((sd_card)->sd_type = TYPE_SD) argument[all …]
43 struct sd_info *sd_card = &(chip->sd_card); in do_remaining_work() local652 struct sd_info *sd_card = &(chip->sd_card); in switch_ssc_clock() local673 struct sd_info *sd_card = &(chip->sd_card); in switch_ssc_clock() local805 struct sd_info *sd_card = &(chip->sd_card); in switch_normal_clock() local
263 struct sd_info *sd_card = &(chip->sd_card); in test_unit_ready() local682 struct sd_info *sd_card = &(chip->sd_card); in read_write() local1147 struct sd_info *sd_card = &(chip->sd_card); in get_sd_csd() local1318 struct sd_info *sd_card = &(chip->sd_card); in set_variable() local1376 struct sd_info *sd_card = &(chip->sd_card); in get_variable() local1450 struct sd_info *sd_card = &(chip->sd_card); in get_dev_status() local2392 struct sd_info *sd_card = &(chip->sd_card); in read_status() local3086 struct sd_info *sd_card = &(chip->sd_card); in rtsx_scsi_handler() local
946 struct sd_info *sd_card = &(chip->sd_card); in rtsx_init_chip() local1151 struct sd_info *sd_card = &(chip->sd_card); in rtsx_polling_func() local
576 struct sd_info *sd_card = &(chip->sd_card); in rtsx_polling_thread() local
1036 struct sd_info *sd_card = &(chip->sd_card); in get_card_size() local