Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/sd/
H A Dsd_mmc.c187 uint32_t xfertyp = 0; in esdhc_send_cmd() local
211 xfertyp |= ESDHC_XFERTYP_RSPTYP_136; in esdhc_send_cmd()
213 xfertyp |= ESDHC_XFERTYP_RSPTYP_48_BUSY; in esdhc_send_cmd()
215 xfertyp |= ESDHC_XFERTYP_RSPTYP_48; in esdhc_send_cmd()
219 xfertyp |= ESDHC_XFERTYP_CCCEN; /* Command index check enable */ in esdhc_send_cmd()
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()
238 xfertyp |= (ESDHC_XFERTYP_DPSEL | in esdhc_send_cmd()
[all …]
/rk3399_ARM-atf/include/drivers/nxp/sd/
H A Dsd_mmc.h257 uint32_t xfertyp; /* Command transfer type */ member