Lines Matching defs:xfertyp
187 uint32_t xfertyp = 0;
211 xfertyp |= ESDHC_XFERTYP_RSPTYP_136;
213 xfertyp |= ESDHC_XFERTYP_RSPTYP_48_BUSY;
215 xfertyp |= ESDHC_XFERTYP_RSPTYP_48;
219 xfertyp |= ESDHC_XFERTYP_CCCEN; /* Command index check enable */
221 xfertyp = xfertyp | ESDHC_XFERTYP_CCCEN | ESDHC_XFERTYP_CICEN;
226 xfertyp |= ESDHC_XFERTYP_DPSEL;
228 xfertyp |= ESDHC_XFERTYP_DTDSEL;
236 xfertyp |= ESDHC_XFERTYP_DPSEL;
238 xfertyp |= (ESDHC_XFERTYP_DPSEL |
244 xfertyp |= ESDHC_XFERTYP_BCEN;
247 xfertyp |= ESDHC_XFERTYP_DMAEN;
252 xfertyp |= ESDHC_XFERTYP_DMAEN;
256 xfertyp |= ((cmd & 0x3F) << 24);
258 esdhc_out32(&mmc->esdhc_regs->xfertyp, xfertyp);
263 INFO("xfertyp: = %x\n", xfertyp);