Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance
14 struct mmc_command { struct15 u32 opcode;16 u32 arg;19 u32 resp[4];20 unsigned int flags; /* expected response type */79 unsigned int retries; /* max number of retries */80 int error; /* command error */96 unsigned int busy_timeout; /* busy detect timeout in ms */97 struct mmc_data *data; /* data segment associated with cmd */121 struct mmc_command *stop; /* stop command */ argument