Searched refs:ls_func (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ |
D | acr_r367.c | 117 const struct acr_r352_ls_func *func = acr->func->ls_func[falcon_id]; in acr_r367_ls_ucode_img_load() 278 const struct acr_r352_lsf_func *ls_func = img->func; in acr_r367_ls_write_wpr() local 280 max_desc_size = max(max_desc_size, ls_func->bl_desc_size); in acr_r367_ls_write_wpr() 291 const struct acr_r352_lsf_func *ls_func = img->func; in acr_r367_ls_write_wpr() local 300 memset(gdesc, 0, ls_func->bl_desc_size); in acr_r367_ls_write_wpr() 301 ls_func->generate_bl_desc(&acr->base, _img, wpr_addr, gdesc); in acr_r367_ls_write_wpr() 304 gdesc, ls_func->bl_desc_size); in acr_r367_ls_write_wpr() 405 .ls_func = {
|
D | acr_r352.c | 248 const struct acr_r352_ls_func *func = acr->func->ls_func[falcon_id]; in acr_r352_ls_ucode_img_load() 426 const struct acr_r352_lsf_func *ls_func = img->func; in acr_r352_ls_write_wpr() local 428 max_desc_size = max(max_desc_size, ls_func->bl_desc_size); in acr_r352_ls_write_wpr() 439 const struct acr_r352_lsf_func *ls_func = img->func; in acr_r352_ls_write_wpr() local 448 memset(gdesc, 0, ls_func->bl_desc_size); in acr_r352_ls_write_wpr() 449 ls_func->generate_bl_desc(&acr->base, _img, wpr_addr, gdesc); in acr_r352_ls_write_wpr() 452 gdesc, ls_func->bl_desc_size); in acr_r352_ls_write_wpr() 523 if (acr->func->ls_func[acr->base.boot_falcon] && in acr_r352_prepare_ls_blob() 940 acr->func->ls_func[falcon_id]; in acr_r352_bootstrap() 1195 .ls_func = { [all …]
|
D | acr_r375.c | 82 .ls_func = {
|
D | acr_r352.h | 101 const struct acr_r352_ls_func *ls_func[NVKM_SECBOOT_FALCON_END]; member
|
D | acr_r364.c | 104 .ls_func = {
|
D | acr_r370.c | 156 .ls_func = {
|
D | acr_r361.c | 216 .ls_func = {
|