Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dregs.rs19 register!(NV_PMC_BOOT_0 @ 0x00000000, "Basic revision information about the GPU" {
27 impl NV_PMC_BOOT_0 { implementation
H A Dgpu.rs133 fn from_boot0(boot0: regs::NV_PMC_BOOT_0) -> Self { in from_boot0()
156 let boot0 = regs::NV_PMC_BOOT_0::read(bar); in new()
H A Dfalcon.rs415 .set_value(regs::NV_PMC_BOOT_0::read(bar).into()) in reset()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dnvreg.h101 #define NV_PMC_BOOT_0 0x00000000 macro