Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/nxp/sd/
A Dsd_mmc.c187 uint32_t xfertyp = 0; in esdhc_send_cmd() local
221 xfertyp = xfertyp | ESDHC_XFERTYP_CCCEN | ESDHC_XFERTYP_CICEN; in esdhc_send_cmd()
226 xfertyp |= ESDHC_XFERTYP_DPSEL; in esdhc_send_cmd()
228 xfertyp |= ESDHC_XFERTYP_DTDSEL; in esdhc_send_cmd()
236 xfertyp |= ESDHC_XFERTYP_DPSEL; in esdhc_send_cmd()
244 xfertyp |= ESDHC_XFERTYP_BCEN; in esdhc_send_cmd()
247 xfertyp |= ESDHC_XFERTYP_DMAEN; in esdhc_send_cmd()
252 xfertyp |= ESDHC_XFERTYP_DMAEN; in esdhc_send_cmd()
256 xfertyp |= ((cmd & 0x3F) << 24); in esdhc_send_cmd()
258 esdhc_out32(&mmc->esdhc_regs->xfertyp, xfertyp); in esdhc_send_cmd()
[all …]
/arm-trusted-firmware-2.8.0/include/drivers/nxp/sd/
A Dsd_mmc.h257 uint32_t xfertyp; /* Command transfer type */ member

Completed in 6 milliseconds