Home
last modified time | relevance | path

Searched refs:app_code_size (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dacr.h89 u32 app_code_size; member
146 u32 app_code_size; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dacr.c78 nvkm_debug(subdev, "\tappCodeSize : 0x%x\n", hdr->app_code_size); in lsb_header_v2_dump()
101 nvkm_debug(subdev, "\tappCodeSize : 0x%x\n", hdr->app_code_size); in lsb_header_tail_dump()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dga102.c86 hdr->app_code_size = ALIGN(lsfw->app_resident_code_size, 0x100); in ga102_acr_wpr_build_lsb()
H A Dgm200.c106 hdr->app_code_size = lsfw->app_resident_code_size; in gm200_acr_wpr_build_lsb_tail()