Searched refs:NVKM_SECBOOT_FALCON_PMU (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ |
D | gm20b.c | 112 BIT(NVKM_SECBOOT_FALCON_PMU)); in gm20b_secboot_new() 116 acr->optional_falcons = BIT(NVKM_SECBOOT_FALCON_PMU); in gm20b_secboot_new()
|
D | acr_r364.c | 107 [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()
|
D | base.c | 94 [NVKM_SECBOOT_FALCON_PMU] = "PMU", 135 case NVKM_SECBOOT_FALCON_PMU: in nvkm_secboot_oneinit()
|
D | acr_r361.c | 187 [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()
|
D | gp10b.c | 59 BIT(NVKM_SECBOOT_FALCON_PMU)); in gp10b_secboot_new()
|
D | acr_r375.c | 77 [NVKM_SECBOOT_FALCON_PMU] = &acr_r375_ls_pmu_func,
|
D | acr_r352.c | 754 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()
|
D | acr_r367.c | 393 [NVKM_SECBOOT_FALCON_PMU] = &acr_r361_ls_pmu_func,
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | secboot.h | 29 NVKM_SECBOOT_FALCON_PMU = 0, enumerator
|