HomeSort by relevance Sort by last modified time
    Searched full:ucode_offset (Results 1 - 1 of 1) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 66 int err = 0, ucode_offset, chunk_offset; local
68 ucode_offset = OFFSETOF(wl_dload_data_t, data);
81 size2alloc = ucode_offset + chunk_offset + ucode_chunk_len;
86 ucode_ptr = (struct wl_ucode_info *)((uint8 *)new_buf+ucode_offset);
94 memset(new_buf+ucode_offset+chunk_offset, 0, size2alloc-ucode_offset-chunk_offset);

Completed in 167 milliseconds