Searched defs:mmc_command (Results 1 – 2 of 2) 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 …]
26 struct mmc_command { struct27 u32 opcode;28 u32 arg;32 u32 resp[4];33 unsigned int flags; /* expected response type */92 unsigned int retries; /* max number of retries */93 int error; /* command error */109 unsigned int busy_timeout; /* busy detect timeout in ms */110 struct mmc_data *data; /* data segment associated with cmd */134 struct mmc_command *stop; /* stop command */ argument