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); local288 struct sd_info *sd_card = &(chip->sd_card); local359 struct sd_info *sd_card = &(chip->sd_card); local427 struct sd_info *sd_card = &(chip->sd_card); local537 struct sd_info *sd_card = &(chip->sd_card); local576 struct sd_info *sd_card = &(chip->sd_card); local640 struct sd_info *sd_card = &(chip->sd_card); 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() local1352 struct sd_info *sd_card = &(chip->sd_card); in get_sd_csd() local1529 struct sd_info *sd_card = &(chip->sd_card); in set_variable() local1593 struct sd_info *sd_card = &(chip->sd_card); in get_variable() local1673 struct sd_info *sd_card = &(chip->sd_card); in get_dev_status() local2682 struct sd_info *sd_card = &(chip->sd_card); in read_status() local3427 struct sd_info *sd_card = &(chip->sd_card); in rtsx_scsi_handler() local
525 struct sd_info *sd_card = &(chip->sd_card); in rtsx_polling_thread() local
931 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip() local1169 struct sd_info *sd_card = &chip->sd_card; in rtsx_manage_sd_lock() 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