Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsunplus-mmc.c135 #define SPMMC_SD_READ_RESPONSE_DELAY GENMASK(14, 12) macro
536 host->tuning_info.rd_rsp_dly = FIELD_GET(SPMMC_SD_READ_RESPONSE_DELAY, in spmmc_check_error()
584 timing_cfg0 &= ~SPMMC_SD_READ_RESPONSE_DELAY; in spmmc_check_error()
585 timing_cfg0 |= FIELD_PREP(SPMMC_SD_READ_RESPONSE_DELAY, in spmmc_check_error()
812 value &= ~SPMMC_SD_READ_RESPONSE_DELAY; in spmmc_execute_tuning()
813 value |= FIELD_PREP(SPMMC_SD_READ_RESPONSE_DELAY, smpl_dly); in spmmc_execute_tuning()
830 value &= ~SPMMC_SD_READ_RESPONSE_DELAY; in spmmc_execute_tuning()
831 value |= FIELD_PREP(SPMMC_SD_READ_RESPONSE_DELAY, smpl_dly); in spmmc_execute_tuning()