Searched refs:wpr_header (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ |
D | acr_r367.c | 103 struct acr_r367_lsf_wpr_header wpr_header; member 158 struct acr_r367_lsf_wpr_header *whdr = &img->wpr_header; in acr_r367_ls_img_fill_headers() 249 offset = sizeof(img->wpr_header) * (count + 1); in acr_r367_ls_fill_headers() 289 nvkm_gpuobj_memcpy_to(wpr_blob, pos, &img->wpr_header, in acr_r367_ls_write_wpr() 290 sizeof(img->wpr_header)); in acr_r367_ls_write_wpr() 292 nvkm_gpuobj_memcpy_to(wpr_blob, img->wpr_header.lsb_offset, in acr_r367_ls_write_wpr() 306 pos += sizeof(img->wpr_header); in acr_r367_ls_write_wpr()
|
D | acr_r352.c | 232 struct acr_r352_lsf_wpr_header wpr_header; member 302 struct acr_r352_lsf_wpr_header *whdr = &img->wpr_header; in acr_r352_ls_img_fill_headers() 395 offset = sizeof(img->wpr_header) * (count + 1); in acr_r352_ls_fill_headers() 439 nvkm_gpuobj_memcpy_to(wpr_blob, pos, &img->wpr_header, in acr_r352_ls_write_wpr() 440 sizeof(img->wpr_header)); in acr_r352_ls_write_wpr() 442 nvkm_gpuobj_memcpy_to(wpr_blob, img->wpr_header.lsb_offset, in acr_r352_ls_write_wpr() 456 pos += sizeof(img->wpr_header); in acr_r352_ls_write_wpr()
|