Home
last modified time | relevance | path

Searched refs:INT_BUFWEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h114 #define INT_BUFWEN (1 << 21) macro
H A Dsh_mmcif.c47 } else if (state & INT_BUFWEN) { in sh_mmcif_intr()
48 sh_mmcif_write(~INT_BUFWEN, &host->regs->ce_int); in sh_mmcif_intr()
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c100 #define INT_BUFWEN (1 << 21) macro
123 INT_BUFWEN | INT_CMD12DRE | INT_BUFRE | \