Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c65 struct wl_ucode_info *ucode_ptr; in dload_ucode_part() local
86 ucode_ptr = (struct wl_ucode_info *)((uint8 *)new_buf+ucode_offset); in dload_ucode_part()
87 ucode_ptr->ucode_type = ucode_type; in dload_ucode_part()
88 ucode_ptr->num_chunks = num_chunks; in dload_ucode_part()
95 ucode_ptr->chunk_len = htod32(chunk_len); in dload_ucode_part()
96 ucode_ptr->chunk_num++; in dload_ucode_part()
97 memcpy(&ucode_ptr->data_chunk[0], org_buf + cumulative_len, chunk_len); in dload_ucode_part()