Lines Matching refs:timing_cfg0
526 u32 timing_cfg0 = 0; in spmmc_check_error() local
531 timing_cfg0 = readl(host->base + SPMMC_SD_TIMING_CONFIG0_REG); in spmmc_check_error()
533 timing_cfg0); in spmmc_check_error()
535 timing_cfg0); in spmmc_check_error()
537 timing_cfg0); in spmmc_check_error()
539 timing_cfg0); in spmmc_check_error()
541 timing_cfg0); in spmmc_check_error()
578 timing_cfg0 &= ~SPMMC_SD_READ_CRC_DELAY; in spmmc_check_error()
579 timing_cfg0 |= FIELD_PREP(SPMMC_SD_READ_CRC_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()
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()
587 timing_cfg0 &= ~SPMMC_SD_WRITE_COMMAND_DELAY; in spmmc_check_error()
588 timing_cfg0 |= FIELD_PREP(SPMMC_SD_WRITE_COMMAND_DELAY, in spmmc_check_error()
590 timing_cfg0 &= ~SPMMC_SD_WRITE_DATA_DELAY; in spmmc_check_error()
591 timing_cfg0 |= FIELD_PREP(SPMMC_SD_WRITE_DATA_DELAY, in spmmc_check_error()
593 writel(timing_cfg0, host->base + SPMMC_SD_TIMING_CONFIG0_REG); in spmmc_check_error()