Searched refs:tuning_info (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dsunplus-mmc.c171 struct spmmc_tuning_info tuning_info; member in struct:spmmc_host
530 if (host->tuning_info.enable_tuning) {
532 host->tuning_info.rd_crc_dly = FIELD_GET(SPMMC_SD_READ_CRC_DELAY,
534 host->tuning_info.rd_dat_dly = FIELD_GET(SPMMC_SD_READ_DATA_DELAY,
536 host->tuning_info.rd_rsp_dly = FIELD_GET(SPMMC_SD_READ_RESPONSE_DELAY,
538 host->tuning_info.wr_cmd_dly = FIELD_GET(SPMMC_SD_WRITE_COMMAND_DELAY,
540 host->tuning_info.wr_dat_dly = FIELD_GET(SPMMC_SD_WRITE_DATA_DELAY,
546 host->tuning_info.wr_cmd_dly++;
549 host->tuning_info.rd_rsp_dly++;
553 host->tuning_info
[all...]

Completed in 104 milliseconds