Searched defs:sdio_cmd53 (Results 1 – 1 of 1) sorted by relevance
35 struct sdio_cmd53 { struct36 u32 read_write: 1;37 u32 function: 3;38 u32 block_mode: 1;39 u32 increment: 1;40 u32 address: 17;41 u32 count: 9;42 u8 *buffer;43 u32 block_size;