Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dvbios.rs263 falcon_ucode_offset: None, in new()
646 falcon_ucode_offset: Option<usize>, field
655 falcon_ucode_offset: usize, field
972 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() localVariable
1010 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() localVariable
1042 let ucode_data_offset = falcon_ucode_offset + desc.size(); in ucode()
[all …]
/linux/Documentation/gpu/nova/core/
H A Dvbios.rst149 | | | FalconUCodeDescV3 | <- falcon_ucode_offset | |