Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.h10 #define IOSM_FLS_BUF_SIZE 0x00100000 macro
H A Diosm_ipc_flash.c372 raw_len = (rest_len > IOSM_FLS_BUF_SIZE) ? IOSM_FLS_BUF_SIZE : in ipc_flash_download_region()