Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_esdhc.h82 #define IRQSTATEN_BRR (0x00000020) macro
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c33 IRQSTATEN_DEBE | IRQSTATEN_BRR | IRQSTATEN_BWR | \
827 writel(IRQSTATEN_BRR, &regs->irqstaten); in fsl_esdhc_execute_tuning()
828 writel(IRQSTATEN_BRR, &regs->irqsigen); in fsl_esdhc_execute_tuning()
988 esdhc_clrbits32(&regs->irqstaten, IRQSTATEN_BRR | IRQSTATEN_BWR); in esdhc_init_common()