Lines Matching refs:bytes_read
101 u32 bytes_read; in ipc_flash_link_establish() local
111 IOSM_LER_RSP_SIZE, &bytes_read)) in ipc_flash_link_establish()
114 if (bytes_read != IOSM_LER_RSP_SIZE) in ipc_flash_link_establish()
130 u32 bytes_read; in ipc_flash_receive_data() local
134 IOSM_EBL_HEAD_SIZE, &bytes_read); in ipc_flash_receive_data()
141 if (bytes_read != IOSM_EBL_HEAD_SIZE) { in ipc_flash_receive_data()
147 &bytes_read); in ipc_flash_receive_data()
154 if (bytes_read != size) { in ipc_flash_receive_data()
452 u32 bytes_read, psi_size = fw->size - IOSM_DEVLINK_HDR_SIZE; in ipc_flash_boot_psi() local
470 IOSM_LER_ACK_SIZE, &bytes_read); in ipc_flash_boot_psi()
476 if (bytes_read != IOSM_LER_ACK_SIZE) { in ipc_flash_boot_psi()
511 u32 bytes_read; in ipc_flash_boot_ebl() local
531 &bytes_read); in ipc_flash_boot_ebl()
537 if (bytes_read != IOSM_READ_SIZE) { in ipc_flash_boot_ebl()
550 &bytes_read); in ipc_flash_boot_ebl()
556 if (bytes_read != IOSM_READ_SIZE) { in ipc_flash_boot_ebl()
570 &bytes_read); in ipc_flash_boot_ebl()
576 if (bytes_read != IOSM_READ_SIZE) { in ipc_flash_boot_ebl()
583 IOSM_EBL_RSP_SIZE, &bytes_read); in ipc_flash_boot_ebl()
589 if (bytes_read != IOSM_EBL_RSP_SIZE) in ipc_flash_boot_ebl()