Lines Matching defs:args
179 * args - Command Args
183 static int esdhc_send_cmd(struct mmc *mmc, uint32_t cmd, uint32_t args)
257 esdhc_out32(&mmc->esdhc_regs->cmdarg, args);
262 INFO("args = %x\n", args);
349 * Send CMD6 (CMD_SWITCH_FUNC) With args 0x03B90100
754 * 5. Send CMD6 (CMD_SWITCH_FUNC) with args 0x00FFFFF1 to
756 * 6. Send CMD6 (CMD_SWITCH_FUNC) With args 0x80FFFFF1 to
995 * 2. Send CMD1 with args to set voltage range and Sector
1004 uint32_t args;
1022 args = mmc->voltages_caps | MMC_OCR_SECTOR_MODE;
1023 ret = esdhc_send_cmd(mmc, CMD_MMC_SEND_OP_COND, args);
1051 * 3. Send ACMD41 with args to set voltage range and HCS
1059 uint32_t args;
1074 args = MMC_VDD_HIGH_VOLTAGE | 0xAA;
1075 ret = esdhc_send_cmd(mmc, CMD_SEND_IF_COND, args);
1103 args = mmc->voltages_caps;
1105 args |= SD_OCR_HCS;
1109 ret = esdhc_send_cmd(mmc, CMD_SD_SEND_OP_COND, args);
1248 * 1. Send CMD16 (CMD_SET_BLOCKLEN) with args as blocklen
1249 * 2. Send CMD17 (CMD_READ_SINGLE_BLOCK) with args offset
1294 * 1. Send CMD16 (CMD_SET_BLOCKLEN) with args as blocklen
1295 * 2. Send CMD24 (CMD_WRITE_SINGLE_BLOCK) with args offset