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