| .. | .. |
|---|
| 303 | 303 | * @rddm_size: RAM dump size that host should allocate for debugging purpose |
|---|
| 304 | 304 | * @sbl_size: SBL image size downloaded through BHIe (optional) |
|---|
| 305 | 305 | * @seg_len: BHIe vector size (optional) |
|---|
| 306 | + * @reg_len: Length of the MHI MMIO region (required) |
|---|
| 306 | 307 | * @fbc_image: Points to firmware image buffer |
|---|
| 307 | 308 | * @rddm_image: Points to RAM dump buffer |
|---|
| 308 | 309 | * @mhi_chan: Points to the channel configuration table |
|---|
| .. | .. |
|---|
| 383 | 384 | size_t rddm_size; |
|---|
| 384 | 385 | size_t sbl_size; |
|---|
| 385 | 386 | size_t seg_len; |
|---|
| 387 | + size_t reg_len; |
|---|
| 386 | 388 | struct image_info *fbc_image; |
|---|
| 387 | 389 | struct image_info *rddm_image; |
|---|
| 388 | 390 | struct mhi_chan *mhi_chan; |
|---|