Home
last modified time | relevance | path

Searched refs:NVKM_SECBOOT_FALCON_PMU (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dgm20b.c112 BIT(NVKM_SECBOOT_FALCON_PMU)); in gm20b_secboot_new()
116 acr->optional_falcons = BIT(NVKM_SECBOOT_FALCON_PMU); in gm20b_secboot_new()
Dacr_r364.c107 [NVKM_SECBOOT_FALCON_PMU] = &acr_r361_ls_pmu_func,
115 return acr_r352_new_(&acr_r364_func, NVKM_SECBOOT_FALCON_PMU, in acr_r364_new()
Dbase.c94 [NVKM_SECBOOT_FALCON_PMU] = "PMU",
135 case NVKM_SECBOOT_FALCON_PMU: in nvkm_secboot_oneinit()
Dacr_r361.c187 [NVKM_SECBOOT_FALCON_PMU] = &acr_r361_ls_pmu_func,
195 return acr_r352_new_(&acr_r361_func, NVKM_SECBOOT_FALCON_PMU, in acr_r361_new()
Dgp10b.c59 BIT(NVKM_SECBOOT_FALCON_PMU)); in gp10b_secboot_new()
Dacr_r375.c77 [NVKM_SECBOOT_FALCON_PMU] = &acr_r375_ls_pmu_func,
Dacr_r352.c754 if (acr->base.boot_falcon != NVKM_SECBOOT_FALCON_PMU) { in acr_r352_load_blobs()
1017 case NVKM_SECBOOT_FALCON_PMU: in acr_r352_reset()
1056 if (_acr->boot_falcon != NVKM_SECBOOT_FALCON_PMU) in acr_r352_dtor()
1171 [NVKM_SECBOOT_FALCON_PMU] = &acr_r352_ls_pmu_func,
1212 return acr_r352_new_(&acr_r352_func, NVKM_SECBOOT_FALCON_PMU, in acr_r352_new()
Dacr_r367.c393 [NVKM_SECBOOT_FALCON_PMU] = &acr_r361_ls_pmu_func,
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dsecboot.h29 NVKM_SECBOOT_FALCON_PMU = 0, enumerator