Home
last modified time | relevance | path

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

/linux/Documentation/gpu/nova/core/
H A Dvbios.rst19 - PciAt Image (Type 0x00) - This is the standard PCI BIOS image, whose name
57 | | PciAt Image (Type 0x00) | |
178 does not account for the EFI image located between the PciAt and FwSec images.
/linux/drivers/gpu/nova-core/
H A Dvbios.rs45 PciAt = 0x00, enumerator
59 0x00 => Ok(Self::PciAt), in try_from()
255 Ok(BiosImageType::PciAt) => { in new()