Searched defs:bfi_flash_read_req (Results 1 – 1 of 1) sorted by relevance
517 struct bfi_flash_read_req { struct518 struct bfi_mhdr mh; /* Common msg header */519 u32 type; /* partition type */520 u8 instance; /* partition instance */521 u8 rsv[3];522 u32 offset;523 u32 length;524 struct bfi_alen alen;