Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dvbios.rs227 pub(crate) struct Vbios { struct
231 impl Vbios { argument
235 pub(crate) fn new(dev: &device::Device, bar0: &Bar0) -> Result<Vbios> { in new()
/linux/drivers/gpu/nova-core/gsp/
H A Dboot.rs53 bios: &Vbios, in run_fwsec_frts()