Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_devlink.c59 enum iosm_flash_comp_type fls_type; in ipc_devlink_get_flash_comp_type() local
62 fls_type = FLASH_COMP_TYPE_PSI; in ipc_devlink_get_flash_comp_type()
64 fls_type = FLASH_COMP_TYPE_EBL; in ipc_devlink_get_flash_comp_type()
66 fls_type = FLASH_COMP_TYPE_FLS; in ipc_devlink_get_flash_comp_type()
68 fls_type = FLASH_COMP_TYPE_INVAL; in ipc_devlink_get_flash_comp_type()
70 return fls_type; in ipc_devlink_get_flash_comp_type()
82 enum iosm_flash_comp_type fls_type; in ipc_devlink_flash_update() local
98 fls_type = ipc_devlink_get_flash_comp_type(header->image_type, in ipc_devlink_flash_update()
101 switch (fls_type) { in ipc_devlink_flash_update()