Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance
28 struct mmc_command { struct29 u32 opcode;30 u32 arg;33 u32 resp[4];34 unsigned int flags; /* expected response type */91 unsigned int retries; /* max number of retries */92 int error; /* command error */108 unsigned int busy_timeout; /* busy detect timeout in ms */109 struct mmc_data *data; /* data segment associated with cmd */110 struct mmc_request *mrq; /* associated request */[all …]