Home
last modified time | relevance | path

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

/u-boot/include/
A Dfsl_esdhc.h222 #define esdhc_setbits32 setbits_le32 macro
228 #define esdhc_setbits32 setbits_be32 macro
234 #define esdhc_setbits32 setbits_le32 macro
240 #define esdhc_setbits32 setbits_be32 macro
A Dfsl_esdhc_imx.h238 #define esdhc_setbits32 setbits_le32 macro
244 #define esdhc_setbits32 setbits_be32 macro
250 #define esdhc_setbits32 setbits_le32 macro
256 #define esdhc_setbits32 setbits_be32 macro
/u-boot/drivers/mmc/
A Dfsl_esdhc.c579 esdhc_setbits32(&regs->esdhcctl, ESDHCCTL_FAF); in esdhc_flush_async_fifo()
600 esdhc_setbits32(&regs->tbctl, TBCTL_TB_EN); in esdhc_tuning_block_enable()
640 esdhc_setbits32(&regs->tbctl, HS400_MODE); in esdhc_set_timing()
641 esdhc_setbits32(&regs->sdclkctl, CMD_CLK_CTL); in esdhc_set_timing()
645 esdhc_setbits32(&regs->dllcfg0, DLL_FREQ_SEL); in esdhc_set_timing()
647 esdhc_setbits32(&regs->dllcfg0, DLL_ENABLE); in esdhc_set_timing()
649 esdhc_setbits32(&regs->dllcfg0, DLL_RESET); in esdhc_set_timing()
679 esdhc_setbits32(&regs->esdhcctl, ESDHCCTL_PCS); in esdhc_set_ios_common()
699 esdhc_setbits32(&regs->proctl, PROCTL_DTW_4); in esdhc_set_ios_common()
701 esdhc_setbits32(&regs->proctl, PROCTL_DTW_8); in esdhc_set_ios_common()
[all …]
A Dfsl_esdhc_imx.c526 esdhc_setbits32(&regs->vendorspec, ESDHC_VENDORSPEC_VSELECT); in esdhc_send_cmd_common()
677 esdhc_setbits32(&regs->sysctl, SYSCTL_PEREN | SYSCTL_CKEN); in set_sysctl()
978 esdhc_setbits32(&regs->vendorspec, VENDORSPEC_PEREN | in esdhc_set_ios_common()
981 esdhc_setbits32(&regs->sysctl, SYSCTL_PEREN | SYSCTL_CKEN); in esdhc_set_ios_common()
1007 esdhc_setbits32(&regs->proctl, PROCTL_DTW_4); in esdhc_set_ios_common()
1009 esdhc_setbits32(&regs->proctl, PROCTL_DTW_8); in esdhc_set_ios_common()
1020 esdhc_setbits32(&regs->sysctl, SYSCTL_RSTA); in esdhc_init_common()
1053 esdhc_setbits32(&regs->sysctl, SYSCTL_HCKEN | SYSCTL_IPGEN); in esdhc_init_common()
1110 esdhc_setbits32(&regs->sysctl, SYSCTL_RSTA); in esdhc_reset()
1186 esdhc_setbits32(&regs->sysctl, SYSCTL_PEREN | SYSCTL_HCKEN in fsl_esdhc_init()
[all …]

Completed in 11 milliseconds