Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dbmi.c499 uint32_t last_word_offset = length & ~0x3; in bmi_fast_download() local
508 qdf_mem_copy(&last_word, &buffer[last_word_offset], in bmi_fast_download()
511 status = bmilz_data(buffer, last_word_offset, ol_ctx); in bmi_fast_download()