Searched refs:sd_info (Results 1 – 9 of 9) sorted by relevance
422 struct mid_sd_board_info sd_info; in sfi_handle_sd_dev() local425 memset(&sd_info, 0, sizeof(sd_info)); in sfi_handle_sd_dev()426 strncpy(sd_info.name, pentry->name, SFI_NAME_LEN); in sfi_handle_sd_dev()427 sd_info.bus_num = pentry->host_num; in sfi_handle_sd_dev()428 sd_info.max_clk = pentry->max_freq; in sfi_handle_sd_dev()429 sd_info.addr = pentry->addr; in sfi_handle_sd_dev()431 sd_info.bus_num, in sfi_handle_sd_dev()432 sd_info.name, in sfi_handle_sd_dev()433 sd_info.max_clk, in sfi_handle_sd_dev()434 sd_info.addr); in sfi_handle_sd_dev()[all …]
48 struct sd_info *sd_card = &chip->sd_card; in sd_set_err_code()55 struct sd_info *sd_card = &chip->sd_card; in sd_clr_err_code()62 struct sd_info *sd_card = &chip->sd_card; in sd_check_err_code()115 struct sd_info *sd_card = &chip->sd_card;265 struct sd_info *sd_card = &chip->sd_card;331 struct sd_info *sd_card = &chip->sd_card;395 struct sd_info *sd_card = &chip->sd_card;500 struct sd_info *sd_card = &chip->sd_card;537 struct sd_info *sd_card = &chip->sd_card;599 struct sd_info *sd_card = &chip->sd_card;[all …]
428 struct sd_info *sd_card = &chip->sd_card; in test_unit_ready()836 struct sd_info *sd_card = &chip->sd_card; in read_write()1296 struct sd_info *sd_card = &chip->sd_card; in get_sd_csd()1400 struct sd_info *sd_card = &chip->sd_card; in set_variable()1461 struct sd_info *sd_card = &chip->sd_card; in get_variable()1539 struct sd_info *sd_card = &chip->sd_card; in get_dev_status()2476 struct sd_info *sd_card = &chip->sd_card; in read_status()3164 struct sd_info *sd_card = &chip->sd_card; in rtsx_scsi_handler()
476 struct sd_info { struct770 struct sd_info sd_card;
756 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip()768 memset(sd_card, 0, sizeof(struct sd_info)); in rtsx_init_chip()980 struct sd_info *sd_card = &chip->sd_card; in rtsx_manage_sd_lock()
1021 struct sd_info *sd_card = &chip->sd_card; in get_card_size()
480 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_thread()
25 struct sd_info *sd_card = &chip->sd_card; in do_remaining_work()
134 u8 sd_info[12]; member