Searched defs:sdio_cmd53 (Results 1 – 1 of 1) sorted by relevance
40 struct sdio_cmd53 { struct41 u32 read_write: 1;42 u32 function: 3;43 u32 block_mode: 1;44 u32 increment: 1;45 u32 address: 17;46 u32 count: 9;47 u8 *buffer;48 u32 block_size;