Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsunplus-mmc.c136 #define SPMMC_SD_READ_DATA_DELAY GENMASK(18, 16) macro
534 host->tuning_info.rd_dat_dly = FIELD_GET(SPMMC_SD_READ_DATA_DELAY, in spmmc_check_error()
581 timing_cfg0 &= ~SPMMC_SD_READ_DATA_DELAY; in spmmc_check_error()
582 timing_cfg0 |= FIELD_PREP(SPMMC_SD_READ_DATA_DELAY, in spmmc_check_error()
814 value &= ~SPMMC_SD_READ_DATA_DELAY; in spmmc_execute_tuning()
815 value |= FIELD_PREP(SPMMC_SD_READ_DATA_DELAY, smpl_dly); in spmmc_execute_tuning()
832 value &= ~SPMMC_SD_READ_DATA_DELAY; in spmmc_execute_tuning()
833 value |= FIELD_PREP(SPMMC_SD_READ_DATA_DELAY, smpl_dly); in spmmc_execute_tuning()