Home
last modified time | relevance | path

Searched refs:ls_func (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dacr_r367.c123 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 …]
Dacr_r352.c255 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 …]
Dacr_r352.h91 const struct acr_r352_ls_func *ls_func[NVKM_SECBOOT_FALCON_END]; member
Dacr_r375.c74 .ls_func = {
Dacr_r364.c104 .ls_func = {
Dacr_r370.c132 .ls_func = {
Dacr_r361.c184 .ls_func = {