Searched refs:cudbg_flash_hdr (Results 1 – 4 of 4) sorted by relevance
107 struct cudbg_flash_hdr *flash_hdr; in update_headers()116 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()120 flash_hdr = (struct cudbg_flash_hdr *)(sec_hdr); in update_headers()131 flash_hdr->hdr_len = sizeof(struct cudbg_flash_hdr); in update_headers()132 hdr_offset = sizeof(struct cudbg_flash_hdr); in update_headers()138 sizeof(struct cudbg_flash_hdr) + in update_headers()144 hdr_offset = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()149 sizeof(struct cudbg_flash_hdr) + in update_headers()155 sizeof(struct cudbg_flash_hdr)); in update_headers()171 struct cudbg_flash_hdr *flash_hdr = NULL; in cudbg_write_flash()[all …]
334 struct cudbg_flash_hdr { struct
246 (sizeof(struct cudbg_flash_hdr) + in wr_entity_to_flash()
338 struct cudbg_flash_hdr *fl_hdr = (struct cudbg_flash_hdr *)pinbuf; in cudbg_print_flash_header()