}/* read and decode the Card Specific Data */retval = sd_read_csd(host);if(retval <0)gotoerr_bad_card;mmc_decode_csd(&host->card);/* calculate some card access related timeouts */sd_calc_timeouts(host);/* read and decode the Card Identification Data */retval = sd_read_cid(host)...