Searched refs:esdhc_setbits32 (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | fsl_esdhc.h | 226 #define esdhc_setbits32 setbits_le32 macro 232 #define esdhc_setbits32 setbits_be32 macro 238 #define esdhc_setbits32 setbits_le32 macro 244 #define esdhc_setbits32 setbits_be32 macro
|
| A D | fsl_esdhc_imx.h | 239 #define esdhc_setbits32 setbits_le32 macro 245 #define esdhc_setbits32 setbits_be32 macro 251 #define esdhc_setbits32 setbits_le32 macro 257 #define esdhc_setbits32 setbits_be32 macro
|
| /u-boot/drivers/mmc/ |
| A D | fsl_esdhc.c | 610 esdhc_setbits32(®s->esdhcctl, ESDHCCTL_FAF); in esdhc_flush_async_fifo() 631 esdhc_setbits32(®s->tbctl, TBCTL_TB_EN); in esdhc_tuning_block_enable() 671 esdhc_setbits32(®s->tbctl, HS400_MODE); in esdhc_set_timing() 672 esdhc_setbits32(®s->sdclkctl, CMD_CLK_CTL); in esdhc_set_timing() 676 esdhc_setbits32(®s->dllcfg0, DLL_FREQ_SEL); in esdhc_set_timing() 678 esdhc_setbits32(®s->dllcfg0, DLL_ENABLE); in esdhc_set_timing() 680 esdhc_setbits32(®s->dllcfg0, DLL_RESET); in esdhc_set_timing() 710 esdhc_setbits32(®s->esdhcctl, ESDHCCTL_PCS); in esdhc_set_ios_common() 730 esdhc_setbits32(®s->proctl, PROCTL_DTW_4); in esdhc_set_ios_common() 732 esdhc_setbits32(®s->proctl, PROCTL_DTW_8); in esdhc_set_ios_common() [all …]
|
| A D | fsl_esdhc_imx.c | 632 esdhc_setbits32(®s->sysctl, SYSCTL_PEREN | SYSCTL_CKEN); in set_sysctl() 838 esdhc_setbits32(®s->vendorspec, VENDORSPEC_FRC_SDCLK_ON); in fsl_esdhc_execute_tuning() 947 esdhc_setbits32(®s->vendorspec, VENDORSPEC_PEREN | in esdhc_set_ios_common() 976 esdhc_setbits32(®s->proctl, PROCTL_DTW_4); in esdhc_set_ios_common() 978 esdhc_setbits32(®s->proctl, PROCTL_DTW_8); in esdhc_set_ios_common() 989 esdhc_setbits32(®s->sysctl, SYSCTL_RSTA); in esdhc_init_common() 1017 esdhc_setbits32(®s->vendorspec, in esdhc_init_common() 1071 esdhc_setbits32(®s->vendorspec, VENDORSPEC_FRC_SDCLK_ON); in esdhc_wait_dat0_common() 1092 esdhc_setbits32(®s->sysctl, SYSCTL_RSTA); in esdhc_reset() 1175 esdhc_setbits32(®s->vendorspec, VENDORSPEC_PEREN | in fsl_esdhc_init() [all …]
|
Completed in 614 milliseconds