Home
last modified time | relevance | path

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

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