Searched refs:bytes_left (Results 1 – 5 of 5) sorted by relevance
14 uint32_t bytes_left = out_len; in qti_rng_get_data() local41 bytes_left--; in qti_rng_get_data()43 if (bytes_left == 0) { in qti_rng_get_data()48 } while (bytes_left != 0); in qti_rng_get_data()
231 size_t bytes_left; in bcm_chimp_load_fw_from_spi() local235 bytes_left = size; in bcm_chimp_load_fw_from_spi()237 while (bytes_left) { in bcm_chimp_load_fw_from_spi()240 delta = bytes_left > CHIMP_WINDOW_SIZE ? in bcm_chimp_load_fw_from_spi()241 bytes_left - CHIMP_WINDOW_SIZE : bytes_left; in bcm_chimp_load_fw_from_spi()250 bytes_left -= delta; in bcm_chimp_load_fw_from_spi()253 ((size - bytes_left) * 100)/size); in bcm_chimp_load_fw_from_spi()
417 size_t bytes_left; in mhu_send_message() local452 bytes_left = message_size; in mhu_send_message()453 while (bytes_left > 0) { in mhu_send_message()454 if (bytes_left >= sizeof(uint32_t)) { in mhu_send_message()456 bytes_left -= sizeof(uint32_t); in mhu_send_message()460 memcpy(&message_send_buf, message_ptr, bytes_left); in mhu_send_message()461 bytes_left = 0; in mhu_send_message()610 size_t bytes_left; in mhu_receive_message() local636 bytes_left = size_to_receive; in mhu_receive_message()637 while (bytes_left > 0) { in mhu_receive_message()[all …]
134 uint32_t number_of_operations, max_bytes, bytes_left, remaining_bytes; in tegra_se_calculate_sha256_hash() local190 bytes_left = src_len_inbyte; in tegra_se_calculate_sha256_hash()219 if (bytes_left < max_bytes) { in tegra_se_calculate_sha256_hash()220 max_bytes = bytes_left; in tegra_se_calculate_sha256_hash()223 bytes_left = bytes_left - max_bytes; in tegra_se_calculate_sha256_hash()
281 uint32_t number_of_operations, max_bytes, bytes_left, remaining_bytes; in tegra_se_calculate_sha256_hash() local337 bytes_left = src_len_inbyte; in tegra_se_calculate_sha256_hash()366 if (bytes_left < max_bytes) { in tegra_se_calculate_sha256_hash()367 max_bytes = bytes_left; in tegra_se_calculate_sha256_hash()370 bytes_left = bytes_left - max_bytes; in tegra_se_calculate_sha256_hash()