Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h23 #define WCN36XX_NV_FRAGMENT_SIZE 3072 macro
H A Dsmd.c524 msg_body.header.len += WCN36XX_NV_FRAGMENT_SIZE; in wcn36xx_smd_load_nv()
532 if (fw_bytes_left > WCN36XX_NV_FRAGMENT_SIZE) { in wcn36xx_smd_load_nv()
534 msg_body.nv_img_buffer_size = WCN36XX_NV_FRAGMENT_SIZE; in wcn36xx_smd_load_nv()
563 fm_offset += WCN36XX_NV_FRAGMENT_SIZE; in wcn36xx_smd_load_nv()