Home
last modified time | relevance | path

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

/drivers/net/wwan/iosm/
A Diosm_ipc_flash.c333 u32 raw_len, rest_len = fw->size - IOSM_DEVLINK_HDR_SIZE; in ipc_flash_download_region() local
346 reg_info[1] = cpu_to_le32(nand_address + rest_len - 2); in ipc_flash_download_region()
366 FLASH_WRITE_IMAGE_RAW, (u8 *)&rest_len, in ipc_flash_download_region()
372 raw_len = (rest_len > IOSM_FLS_BUF_SIZE) ? IOSM_FLS_BUF_SIZE : in ipc_flash_download_region()
373 rest_len; in ipc_flash_download_region()
381 rest_len -= raw_len; in ipc_flash_download_region()
382 } while (rest_len); in ipc_flash_download_region()

Completed in 4 milliseconds