Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance
29 struct mmc_command { struct30 u32 opcode;31 u32 arg;35 u32 resp[4];36 unsigned int flags; /* expected response type */95 unsigned int retries; /* max number of retries */96 int error; /* command error */112 unsigned int busy_timeout; /* busy detect timeout in ms */114 bool sanitize_busy;116 struct mmc_data *data; /* data segment associated with cmd */[all …]