Searched defs:bfi_flash_read_req_s (Results 1 – 1 of 1) sorted by relevance
927 struct bfi_flash_read_req_s { struct928 struct bfi_mhdr_s mh; /* Common msg header */929 u32 type; /* partition type */930 u8 instance; /* partition instance */931 u8 rsv[3];932 u32 offset;933 u32 length;934 struct bfi_alen_s alen;