Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.c530 ret = ipc_imem_sys_devlink_read(ipc_devlink, read_data, IOSM_READ_SIZE, in ipc_flash_boot_ebl()
537 if (bytes_read != IOSM_READ_SIZE) { in ipc_flash_boot_ebl()
549 ret = ipc_imem_sys_devlink_read(ipc_devlink, read_data, IOSM_READ_SIZE, in ipc_flash_boot_ebl()
556 if (bytes_read != IOSM_READ_SIZE) { in ipc_flash_boot_ebl()
569 ret = ipc_imem_sys_devlink_read(ipc_devlink, read_data, IOSM_READ_SIZE, in ipc_flash_boot_ebl()
576 if (bytes_read != IOSM_READ_SIZE) { in ipc_flash_boot_ebl()
H A Diosm_ipc_flash.h30 #define IOSM_READ_SIZE 2 macro