Lines Matching refs:cmdval
595 uint32_t cmdval = DWC_MMC_CMD_START; in dwc_mmc_exec_command() local
621 cmdval |= DWC_MMC_CMD_SEND_INIT_SEQ; in dwc_mmc_exec_command()
626 cmdval |= DWC_MMC_CMD_USE_HOLD_REG; in dwc_mmc_exec_command()
638 cmdval |= DWC_MMC_CMD_STOP_ABORT_CMD; in dwc_mmc_exec_command()
643 cmdval |= DWC_MMC_CMD_RSP_EXP; in dwc_mmc_exec_command()
645 cmdval |= DWC_MMC_CMD_LONG_RSP; in dwc_mmc_exec_command()
647 cmdval |= DWC_MMC_CMD_CHECK_RSP_CRC; in dwc_mmc_exec_command()
662 cmdval |= DWC_MMC_CMD_DATA_EXP | DWC_MMC_CMD_WAIT_PRE_OVER; in dwc_mmc_exec_command()
664 cmdval |= DWC_MMC_CMD_WRITE; in dwc_mmc_exec_command()
672 cmdval |= DWC_MMC_CMD_SEND_AUTO_STOP; in dwc_mmc_exec_command()
705 aprint_normal_dev(sc->sc_dev, "cmdval = %08x\n", cmdval); in dwc_mmc_exec_command()
724 if ((cmdval & DWC_MMC_CMD_WAIT_PRE_OVER) != 0) { in dwc_mmc_exec_command()
734 MMC_WRITE(sc, DWC_MMC_CMD, cmdval | cmd->c_opcode); in dwc_mmc_exec_command()