Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_esdhc.h114 #define XFERTYP_CMD(x) ((x & 0x3f) << 24) macro
/openbmc/u-boot/drivers/mmc/
H A Dfsl_esdhc.c188 return XFERTYP_CMD(cmd->cmdidx) | xfertyp; in esdhc_xfertyp()