Searched refs:total_length (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | ffa_helpers.c | 148 uint32_t *total_length) in memory_retrieve() argument 187 *total_length = ret._regs[1]; in memory_retrieve() 191 if (*frag_length == 0U || *total_length == 0U || in memory_retrieve() 192 *frag_length > *total_length || *frag_length > (mb->rxtx_page_count * PAGE_SIZE)) { in memory_retrieve()
|
| H A D | tsp_ffa_main.c | 117 uint32_t total_length, recv_length = 0; in test_memory_send() local 136 &total_length)) { in test_memory_send() 142 while (total_length != recv_length) { in test_memory_send() 156 if (frag_length > total_length || in test_memory_send() 178 assert(recv_length <= total_length); in test_memory_send()
|
| H A D | ffa_helpers.h | 100 uint32_t *total_length);
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_shared_mem.h | 59 uint64_t total_length, 79 uint32_t total_length,
|
| H A D | spmc_shared_mem.c | 702 size_t fragment_length, size_t total_length) in spmc_validate_mtd_start() argument 774 if (emad_end > total_length) { in spmc_validate_mtd_start() 776 __func__, emad_end, total_length); in spmc_validate_mtd_start() 1215 uint64_t total_length, in spmc_ffa_mem_send() argument 1273 obj = spmc_shmem_obj_alloc(&spmc_shmem_obj_state, total_length); in spmc_ffa_mem_send() 1508 uint32_t total_length, in spmc_ffa_mem_retrieve_req() argument 1558 if (fragment_length != total_length) { in spmc_ffa_mem_retrieve_req() 1580 if (total_length < min_desc_size) { in spmc_ffa_mem_retrieve_req() 1581 WARN("%s: invalid length %u < %zu\n", __func__, total_length, in spmc_ffa_mem_retrieve_req() 1673 ((uint8_t *) req + total_length)) { in spmc_ffa_mem_retrieve_req()
|
| /rk3399_ARM-atf/drivers/usb/ |
| H A D | usb_device.c | 434 if ((pep->total_length % pep->maxpacket == in usb_core_data_in() 436 (pep->total_length >= pep->maxpacket) && in usb_core_data_in() 437 (pep->total_length < pdev->ep0_data_len)) { in usb_core_data_in() 710 pdev->ep_out[0].total_length = len; in usb_core_receive_ep0() 739 pdev->ep_in[0].total_length = len; in usb_core_transmit_ep0()
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | usb_device.h | 188 uint32_t total_length; member
|