Searched refs:xfertype (Results 1 – 1 of 1) sorted by relevance
225 static int get_xfr_type(const struct mmc_cmd *cmd, bool data, uint32_t *xfertype) in get_xfr_type() argument227 *xfertype = XFERTYPE_CMD(cmd->cmd_idx); in get_xfr_type()231 *xfertype |= XFERTYPE_RSPTYP_136; in get_xfr_type()232 *xfertype |= XFERTYPE_CCCEN; in get_xfr_type()235 *xfertype |= XFERTYPE_RSPTYP_48; in get_xfr_type()238 *xfertype |= XFERTYPE_RSPTYP_48; in get_xfr_type()239 *xfertype |= XFERTYPE_CICEN; in get_xfr_type()240 *xfertype |= XFERTYPE_CCCEN; in get_xfr_type()243 *xfertype |= XFERTYPE_RSPTYP_48_BUSY; in get_xfr_type()244 *xfertype |= XFERTYPE_CICEN; in get_xfr_type()[all …]