Searched refs:wpr_header (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ |
| D | acr_r367.c | 106 struct acr_r367_lsf_wpr_header wpr_header; member 164 struct acr_r367_lsf_wpr_header *whdr = &img->wpr_header; in acr_r367_ls_img_fill_headers() 254 offset = sizeof(img->wpr_header) * (count + 1); in acr_r367_ls_fill_headers() 293 nvkm_gpuobj_memcpy_to(wpr_blob, pos, &img->wpr_header, in acr_r367_ls_write_wpr() 294 sizeof(img->wpr_header)); in acr_r367_ls_write_wpr() 296 nvkm_gpuobj_memcpy_to(wpr_blob, img->wpr_header.lsb_offset, in acr_r367_ls_write_wpr() 310 pos += sizeof(img->wpr_header); in acr_r367_ls_write_wpr()
|
| D | acr_r352.c | 234 struct acr_r352_lsf_wpr_header wpr_header; member 306 struct acr_r352_lsf_wpr_header *whdr = &img->wpr_header; in acr_r352_ls_img_fill_headers() 398 offset = sizeof(img->wpr_header) * (count + 1); in acr_r352_ls_fill_headers() 441 nvkm_gpuobj_memcpy_to(wpr_blob, pos, &img->wpr_header, in acr_r352_ls_write_wpr() 442 sizeof(img->wpr_header)); in acr_r352_ls_write_wpr() 444 nvkm_gpuobj_memcpy_to(wpr_blob, img->wpr_header.lsb_offset, in acr_r352_ls_write_wpr() 458 pos += sizeof(img->wpr_header); in acr_r352_ls_write_wpr()
|