Searched refs:stcCmdConfig (Results 1 – 1 of 1) sorted by relevance
326 stc_sdioc_cmd_config_t stcCmdConfig; in _sdio_send_command() local349 stcCmdConfig.u16CmdIndex = cmd->cmd_code; in _sdio_send_command()352 stcCmdConfig.u32Argument = cmd->arg; in _sdio_send_command()355 stcCmdConfig.u16CmdType = SDIOC_CMD_TYPE_NORMAL; in _sdio_send_command()358 stcCmdConfig.u16ResponseType = _sdio_get_cmd_resptype(resp_type(cmd)); in _sdio_send_command()378 stcCmdConfig.u16DataLine = SDIOC_DATA_LINE_ENABLE;; in _sdio_send_command()382 stcCmdConfig.u16DataLine = SDIOC_DATA_LINE_DISABLE; in _sdio_send_command()386 ret = SDIOC_SendCommand(instance, &stcCmdConfig); in _sdio_send_command()
Completed in 29 milliseconds