Searched refs:xfertyp (Results 1 – 2 of 2) sorted by relevance
187 uint32_t xfertyp = 0; in esdhc_send_cmd() local211 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 …]
257 uint32_t xfertyp; /* Command transfer type */ member