Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/
A Dspmc_shared_mem.h56 uint64_t total_length,
76 uint32_t total_length,
A Dspmc_shared_mem.c1105 uint64_t total_length, in spmc_ffa_mem_send() argument
1155 obj = spmc_shmem_obj_alloc(&spmc_shmem_obj_state, total_length); in spmc_ffa_mem_send()
1293 uint32_t total_length, in spmc_ffa_mem_retrieve_req() argument
1349 if (fragment_length != total_length) { in spmc_ffa_mem_retrieve_req()
1369 if (total_length < min_desc_size) { in spmc_ffa_mem_retrieve_req()
1370 WARN("%s: invalid length %u < %zu\n", __func__, total_length, in spmc_ffa_mem_retrieve_req()
1466 ((uint8_t *) req + total_length)) { in spmc_ffa_mem_retrieve_req()
/arm-trusted-firmware-2.8.0/bl32/tsp/
A Dffa_helpers.c148 uint32_t *total_length) in memory_retrieve() argument
185 *total_length = ret._regs[1]; in memory_retrieve()
189 if (*frag_length == 0U || *total_length == 0U || in memory_retrieve()
190 *frag_length > *total_length || *frag_length > (mb->rxtx_page_count * PAGE_SIZE)) { in memory_retrieve()
A Dtsp_ffa_main.c116 uint32_t total_length, recv_length = 0; in test_memory_send() local
135 &total_length)) { in test_memory_send()
141 while (total_length != recv_length) { in test_memory_send()
155 if (frag_length > total_length || in test_memory_send()
177 assert(recv_length <= total_length); in test_memory_send()
A Dffa_helpers.h100 uint32_t *total_length);
/arm-trusted-firmware-2.8.0/drivers/usb/
A Dusb_device.c438 if ((pep->total_length % pep->maxpacket == 0U) && in usb_core_data_in()
439 (pep->total_length >= pep->maxpacket) && in usb_core_data_in()
440 (pep->total_length < pdev->ep0_data_len)) { in usb_core_data_in()
713 pdev->ep_out[0].total_length = len; in usb_core_receive_ep0()
738 pdev->ep_in[0].total_length = len; in usb_core_transmit_ep0()
/arm-trusted-firmware-2.8.0/include/drivers/
A Dusb_device.h176 uint32_t total_length; member

Completed in 13 milliseconds