Searched defs:FwSecBiosImage (Results 1 – 1 of 1) sorted by relevance
251 pub(crate) fn fwsec_image(&self) -> &FwSecBiosImage { in fwsec_image()727 pub(crate) struct FwSecBiosImage { struct728 base: BiosImageBase,730 falcon_ucode_offset: usize,1062 fn build(self, pdev: &pci::Device) -> Result<FwSecBiosImage> { in build()1078 impl FwSecBiosImage { implementation