Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_esdhc.h73 #define IRQSTATEN_BRR (0x00000020) macro
Dfsl_esdhc_imx.h81 #define IRQSTATEN_BRR (0x00000020) macro
/external/u-boot/drivers/mmc/
Dfsl_esdhc_imx.c41 IRQSTATEN_DEBE | IRQSTATEN_BRR | IRQSTATEN_BWR | \
901 writel(IRQSTATEN_BRR, &regs->irqstaten); in fsl_esdhc_execute_tuning()
902 writel(IRQSTATEN_BRR, &regs->irqsigen); in fsl_esdhc_execute_tuning()
1067 esdhc_clrbits32(&regs->irqstaten, IRQSTATEN_BRR | IRQSTATEN_BWR); in esdhc_init_common()
Dfsl_esdhc.c604 esdhc_clrbits32(&regs->irqstaten, IRQSTATEN_BRR | IRQSTATEN_BWR); in esdhc_init_common()