Searched refs:cudbg_flash_hdr (Results 1 – 3 of 3) sorted by relevance
95 struct cudbg_flash_hdr *flash_hdr; in update_headers()104 total_hdr_size = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()108 flash_hdr = (struct cudbg_flash_hdr *)(sec_hdr); in update_headers()119 flash_hdr->hdr_len = sizeof(struct cudbg_flash_hdr); in update_headers()120 hdr_offset = sizeof(struct cudbg_flash_hdr); in update_headers()126 sizeof(struct cudbg_flash_hdr) + in update_headers()132 hdr_offset = data_hdr_size + sizeof(struct cudbg_flash_hdr); in update_headers()137 sizeof(struct cudbg_flash_hdr) + in update_headers()143 sizeof(struct cudbg_flash_hdr)); in update_headers()158 struct cudbg_flash_hdr *flash_hdr = NULL; in cudbg_write_flash()[all …]
318 struct cudbg_flash_hdr { struct460 int cudbg_read_flash_details(void *handle, struct cudbg_flash_hdr *data);
163 (sizeof(struct cudbg_flash_hdr) + in wr_entity_to_flash()