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 */110 struct mmc_request *mrq; /* associated request */112 struct uhs2_command *uhs2_cmd; /* UHS2 command */115 bool has_ext_addr;[all …]
Completed in 4 milliseconds