Home | History | Annotate | Download | only in linux

Lines Matching refs:CMD

192 #define OMAP_HSMMC_SEND_COMMAND(cmd, arg) do \
195 OMAP_HSMMC_WRITE(CMD, cmd); \
467 //cmd flow p. 3609 obc
584 static int sdiodrv_send_data_xfer_commad(u32 cmd, u32 cmdarg, int length, u32 buffer_enable_status, unsigned int bBlkMode)
588 PDEBUG("%s() writing CMD 0x%x ARG 0x%x\n",__FUNCTION__, cmd, cmdarg);
601 * In CMD reg:
605 cmd |= MSBS | BCE ;
610 status = sdiodrv_send_command(cmd, cmdarg);
622 int sdiodrv_data_xfer_sync(u32 cmd, u32 cmdarg, void *data, int length, u32 buffer_enable_status)
627 status = sdiodrv_send_data_xfer_commad(cmd, cmdarg, length, buffer_enable_status, 0);
715 //p.3609 cmd flow
726 PDEBUG("sdioDrv_ExecuteCmd() starting cmd %02x arg %08x\n", (int)uCmd, (int)uArg);