Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dfsl_esdhc.c155 uint xfertyp = 0; in esdhc_xfertyp() local
158 xfertyp |= XFERTYP_DPSEL; in esdhc_xfertyp()
160 xfertyp |= XFERTYP_DMAEN; in esdhc_xfertyp()
163 xfertyp |= XFERTYP_MSBSEL; in esdhc_xfertyp()
164 xfertyp |= XFERTYP_BCEN; in esdhc_xfertyp()
166 xfertyp |= XFERTYP_AC12EN; in esdhc_xfertyp()
175 xfertyp |= XFERTYP_CCCEN; in esdhc_xfertyp()
177 xfertyp |= XFERTYP_CICEN; in esdhc_xfertyp()
414 uint xfertyp; in esdhc_send_cmd_common() local
466 esdhc_write32(&regs->xfertyp, xfertyp & 0xFFFF0000); in esdhc_send_cmd_common()
[all …]