Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance
63 struct mmc_command { struct64 uint32_t opcode;65 uint32_t arg;66 uint32_t resp[4];67 uint32_t flags; /* expected response type */69 volatile uint32_t stop :1,70 boot :1,71 vol_switch :1;145 //struct mmc_command *sbc; /* SET_BLOCK_COUNT for multiblock */ argument
Completed in 5 milliseconds