Searched refs:falcon_ucode_offset (Results 1 – 2 of 2) sorted by relevance
263 falcon_ucode_offset: None, in new()646 falcon_ucode_offset: Option<usize>, field655 falcon_ucode_offset: usize, field972 self.falcon_ucode_offset = Some(ucode_offset); in setup_falcon_data()990 falcon_ucode_offset: self.falcon_ucode_offset.ok_or(EINVAL)?, in build()1007 let falcon_ucode_offset = self.falcon_ucode_offset; in header() localVariable1010 let hdr_bytes: [u8; 4] = self.base.data[falcon_ucode_offset..falcon_ucode_offset + 4] in header()1016 let data = self.base.data.get(falcon_ucode_offset..).ok_or(EINVAL)?; in header()1039 let falcon_ucode_offset = self.falcon_ucode_offset; in ucode() localVariable1042 let ucode_data_offset = falcon_ucode_offset + desc.size(); in ucode()[all …]
149 | | | FalconUCodeDescV3 | <- falcon_ucode_offset | |