Searched refs:ls_func (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ |
D | acr_r367.c | 123 ret = acr->func->ls_func[falcon_id]->load(sb, &img->base); in acr_r367_ls_ucode_img_load() 162 acr->func->ls_func[_img->falcon_id]; in acr_r367_ls_img_fill_headers() 272 const struct acr_r352_ls_func *ls_func = in acr_r367_ls_write_wpr() local 273 acr->func->ls_func[_img->falcon_id]; in acr_r367_ls_write_wpr() 275 max_desc_size = max(max_desc_size, ls_func->bl_desc_size); in acr_r367_ls_write_wpr() 286 const struct acr_r352_ls_func *ls_func = in acr_r367_ls_write_wpr() local 287 acr->func->ls_func[_img->falcon_id]; in acr_r367_ls_write_wpr() 296 memset(gdesc, 0, ls_func->bl_desc_size); in acr_r367_ls_write_wpr() 297 ls_func->generate_bl_desc(&acr->base, _img, wpr_addr, gdesc); in acr_r367_ls_write_wpr() 300 gdesc, ls_func->bl_desc_size); in acr_r367_ls_write_wpr() [all …]
|
D | acr_r352.c | 255 ret = acr->func->ls_func[falcon_id]->load(sb, &img->base); in acr_r352_ls_ucode_img_load() 306 acr->func->ls_func[_img->falcon_id]; in acr_r352_ls_img_fill_headers() 422 const struct acr_r352_ls_func *ls_func = in acr_r352_ls_write_wpr() local 423 acr->func->ls_func[_img->falcon_id]; in acr_r352_ls_write_wpr() 425 max_desc_size = max(max_desc_size, ls_func->bl_desc_size); in acr_r352_ls_write_wpr() 436 const struct acr_r352_ls_func *ls_func = in acr_r352_ls_write_wpr() local 437 acr->func->ls_func[_img->falcon_id]; in acr_r352_ls_write_wpr() 446 memset(gdesc, 0, ls_func->bl_desc_size); in acr_r352_ls_write_wpr() 447 ls_func->generate_bl_desc(&acr->base, _img, wpr_addr, gdesc); in acr_r352_ls_write_wpr() 450 gdesc, ls_func->bl_desc_size); in acr_r352_ls_write_wpr() [all …]
|
D | acr_r352.h | 91 const struct acr_r352_ls_func *ls_func[NVKM_SECBOOT_FALCON_END]; member
|
D | acr_r375.c | 74 .ls_func = {
|
D | acr_r364.c | 104 .ls_func = {
|
D | acr_r370.c | 132 .ls_func = {
|
D | acr_r361.c | 184 .ls_func = {
|