Searched defs:sdio_cmd53 (Results 1 – 1 of 1) sorted by relevance
45 struct sdio_cmd53 { struct46 u32 read_write: 1;47 u32 function: 3;48 u32 block_mode: 1;49 u32 increment: 1;50 u32 address: 17;51 u32 count: 9;52 u8 *buffer;53 u32 block_size;54 bool use_global_buf;