Home
last modified time | relevance | path

Searched refs:PCIDeviceID (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/fw/
H A Dcommands.rs35 PCIDeviceID: (u32::from(dev.device_id()) << 16) | u32::from(dev.vendor_id().as_raw()), in init()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/
H A Dgsp.c172 info->PCIDeviceID = (pdev->device << 16) | pdev->vendor; in r570_gsp_set_system_info()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/nvrm/
H A Dgsp.h296 NvU32 PCIDeviceID; member
/linux/drivers/gpu/nova-core/gsp/fw/r570_144/
H A Dbindings.rs587 pub PCIDeviceID: u32_, field