Lines Matching refs:subdev

26 nvfw_hs_header(struct nvkm_subdev *subdev, const void *data)  in nvfw_hs_header()  argument
29 nvkm_debug(subdev, "hsHeader:\n"); in nvfw_hs_header()
30 nvkm_debug(subdev, "\tsigDbgOffset : 0x%x\n", hdr->sig_dbg_offset); in nvfw_hs_header()
31 nvkm_debug(subdev, "\tsigDbgSize : 0x%x\n", hdr->sig_dbg_size); in nvfw_hs_header()
32 nvkm_debug(subdev, "\tsigProdOffset : 0x%x\n", hdr->sig_prod_offset); in nvfw_hs_header()
33 nvkm_debug(subdev, "\tsigProdSize : 0x%x\n", hdr->sig_prod_size); in nvfw_hs_header()
34 nvkm_debug(subdev, "\tpatchLoc : 0x%x\n", hdr->patch_loc); in nvfw_hs_header()
35 nvkm_debug(subdev, "\tpatchSig : 0x%x\n", hdr->patch_sig); in nvfw_hs_header()
36 nvkm_debug(subdev, "\thdrOffset : 0x%x\n", hdr->hdr_offset); in nvfw_hs_header()
37 nvkm_debug(subdev, "\thdrSize : 0x%x\n", hdr->hdr_size); in nvfw_hs_header()
42 nvfw_hs_header_v2(struct nvkm_subdev *subdev, const void *data) in nvfw_hs_header_v2() argument
46 nvkm_debug(subdev, "hsHeader:\n"); in nvfw_hs_header_v2()
47 nvkm_debug(subdev, "\tsigProdOffset : 0x%x\n", hdr->sig_prod_offset); in nvfw_hs_header_v2()
48 nvkm_debug(subdev, "\tsigProdSize : 0x%x\n", hdr->sig_prod_size); in nvfw_hs_header_v2()
49 nvkm_debug(subdev, "\tpatchLoc : 0x%x\n", hdr->patch_loc); in nvfw_hs_header_v2()
50 nvkm_debug(subdev, "\tpatchSig : 0x%x\n", hdr->patch_sig); in nvfw_hs_header_v2()
51 nvkm_debug(subdev, "\tmetadataOffset : 0x%x\n", hdr->meta_data_offset); in nvfw_hs_header_v2()
52 nvkm_debug(subdev, "\tmetadataSize : 0x%x\n", hdr->meta_data_size); in nvfw_hs_header_v2()
53 nvkm_debug(subdev, "\tnumSig : 0x%x\n", hdr->num_sig); in nvfw_hs_header_v2()
54 nvkm_debug(subdev, "\theaderOffset : 0x%x\n", hdr->header_offset); in nvfw_hs_header_v2()
55 nvkm_debug(subdev, "\theaderSize : 0x%x\n", hdr->header_size); in nvfw_hs_header_v2()
60 nvfw_hs_load_header(struct nvkm_subdev *subdev, const void *data) in nvfw_hs_load_header() argument
65 nvkm_debug(subdev, "hsLoadHeader:\n"); in nvfw_hs_load_header()
66 nvkm_debug(subdev, "\tnonSecCodeOff : 0x%x\n", in nvfw_hs_load_header()
68 nvkm_debug(subdev, "\tnonSecCodeSize : 0x%x\n", in nvfw_hs_load_header()
70 nvkm_debug(subdev, "\tdataDmaBase : 0x%x\n", hdr->data_dma_base); in nvfw_hs_load_header()
71 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size); in nvfw_hs_load_header()
72 nvkm_debug(subdev, "\tnumApps : 0x%x\n", hdr->num_apps); in nvfw_hs_load_header()
74 nvkm_debug(subdev, in nvfw_hs_load_header()
83 nvfw_hs_load_header_v2(struct nvkm_subdev *subdev, const void *data) in nvfw_hs_load_header_v2() argument
88 nvkm_debug(subdev, "hsLoadHeader:\n"); in nvfw_hs_load_header_v2()
89 nvkm_debug(subdev, "\tosCodeOffset : 0x%x\n", hdr->os_code_offset); in nvfw_hs_load_header_v2()
90 nvkm_debug(subdev, "\tosCodeSize : 0x%x\n", hdr->os_code_size); in nvfw_hs_load_header_v2()
91 nvkm_debug(subdev, "\tosDataOffset : 0x%x\n", hdr->os_data_offset); in nvfw_hs_load_header_v2()
92 nvkm_debug(subdev, "\tosDataSize : 0x%x\n", hdr->os_data_size); in nvfw_hs_load_header_v2()
93 nvkm_debug(subdev, "\tnumApps : 0x%x\n", hdr->num_apps); in nvfw_hs_load_header_v2()
95 nvkm_debug(subdev, in nvfw_hs_load_header_v2()