Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h109 #define INT_CMD12DRE (1 << 26) macro
H A Dsh_mmcif.c51 } else if (state & INT_CMD12DRE) { in sh_mmcif_intr()
52 sh_mmcif_write(~(INT_CMD12DRE | INT_CMD12RBE | INT_CMD12CRE | in sh_mmcif_intr()
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c95 #define INT_CMD12DRE (1 << 26) macro
123 INT_BUFWEN | INT_CMD12DRE | INT_BUFRE | \