Home
last modified time | relevance | path

Searched refs:Vbios (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dboot.rs43 vbios::Vbios,
53 bios: &Vbios, in run_fwsec_frts() argument
140 let bios = Vbios::new(dev, bar)?; in boot()
/linux/drivers/gpu/nova-core/
H A Dvbios.rs227 pub(crate) struct Vbios { struct
231 impl Vbios { impl
235 pub(crate) fn new(dev: &device::Device, bar0: &Bar0) -> Result<Vbios> { in new() argument
284 Ok(Vbios { in new()