Lines Matching refs:xfertyp
187 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()
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()
263 INFO("xfertyp: = %x\n", xfertyp); in esdhc_send_cmd()