Searched refs:cmd_flags (Results 1 – 1 of 1) sorted by relevance
101 unsigned int cmd_flags = 0; in send_command_decorated() local105 cmd_flags |= HC_CMD_RESPONSE_NONE; in send_command_decorated()108 cmd_flags |= HC_CMD_READ; in send_command_decorated()114 cmd_flags |= HC_CMD_READ; in send_command_decorated()119 cmd_flags |= HC_CMD_WRITE; in send_command_decorated()122 cmd_flags |= HC_CMD_BUSY; in send_command_decorated()127 send_command_raw(cmd | cmd_flags, arg); in send_command_decorated()263 uint32_t cmd_flags = 0; in rpi3_sdhost_send_cmd() local312 cmd_flags |= HC_CMD_RESPONSE_LONG; in rpi3_sdhost_send_cmd()315 cmd_flags |= HC_CMD_RESPONSE_NONE; in rpi3_sdhost_send_cmd()[all …]