Searched refs:rx (Results 1 – 16 of 16) sorted by relevance
/optee_os-3.20.0/core/arch/arm/plat-hikey/ |
A D | spi_test.c | 74 uint8_t rx[3] = {0}; in spi_test_with_manual_cs_control() local 105 res = pd.chip.ops->txrx8(&pd.chip, tx, rx, len); in spi_test_with_manual_cs_control() 112 DMSG("rx[%zu] = 0x%x", i, rx[i]); in spi_test_with_manual_cs_control() 124 res = pd.chip.ops->txrx8(&pd.chip, tx, rx, len); in spi_test_with_manual_cs_control() 131 DMSG("rx[%zu] = 0x%x", i, rx[i]); in spi_test_with_manual_cs_control() 142 res = pd.chip.ops->txrx8(&pd.chip, tx, rx, len); in spi_test_with_manual_cs_control() 149 DMSG("rx[%zu] = 0x%x", i, rx[i]); in spi_test_with_manual_cs_control() 163 uint8_t rx[3] = {0}; in spi_test_with_registered_cs_cb() local 195 DMSG("rx[%zu] = 0x%x", i, rx[i]); in spi_test_with_registered_cs_cb() 212 uint8_t rx[3] = {0}; in spi_test_with_builtin_cs_control() local [all …]
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | sama5d2.dtsi | 338 dma-names = "tx", "rx"; 354 dma-names = "tx", "rx"; 373 dma-names = "tx", "rx"; 437 dma-names = "rx"; 453 dma-names = "tx", "rx"; 469 dma-names = "tx", "rx"; 485 dma-names = "tx", "rx"; 501 dma-names = "tx", "rx"; 741 dma-names = "tx", "rx"; 775 dma-names = "tx", "rx"; [all …]
|
A D | stm32mp151.dtsi | 399 dma-names = "rx", "tx"; 448 dma-names = "rx", "rx-ctrl"; 943 dma-names = "rx"; 953 dma-names = "rx"; 963 dma-names = "rx"; 973 dma-names = "rx"; 983 dma-names = "rx"; 993 dma-names = "rx"; 1066 dma-names = "rx"; 1077 dma-names = "rx"; [all …]
|
A D | fsl-lx2160a-rdb.dts | 63 spi-rx-bus-width = <8>; 74 spi-rx-bus-width = <8>;
|
A D | stm32mp157c-ev1.dts | 262 spi-rx-bus-width = <4>; 271 spi-rx-bus-width = <4>; 380 st,tune-hs-rx-offset = <2>; 391 st,tune-hs-rx-offset = <2>;
|
A D | at91-sama5d27_som1_ek.dts | 105 atmel,use-dma-rx; 113 atmel,use-dma-rx; 149 atmel,use-dma-rx; 157 atmel,use-dma-rx;
|
A D | at91-sama5d27_som1.dtsi | 47 spi-rx-bus-width = <4>;
|
A D | at91-sama5d2_xplained.dts | 94 spi-rx-bus-width = <4>; 174 atmel,use-dma-rx; 370 atmel,use-dma-rx;
|
A D | stm32mp15xx-dkx.dtsi | 526 dma-names = "rx"; 713 st,tune-hs-rx-offset = <2>; 725 st,tune-hs-rx-offset = <2>;
|
A D | stm32mp15xx-dhcor-som.dtsi | 262 spi-rx-bus-width = <4>;
|
A D | stm32mp15xx-dhcom-pdk2.dtsi | 247 dma-names = "rx";
|
A D | stm32mp15xx-dhcom-som.dtsi | 443 spi-rx-bus-width = <4>;
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | bn_mul.h | 954 mbedtls_mpi_uint r0, r1, rx, ry; \ 961 rx = s0 * b1; r0 = s0 * b0; \ 963 r1 += ( rx >> biH ); \ 965 rx <<= biH; ry <<= biH; \ 966 r0 += rx; r1 += (r0 < rx); \
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_spmc.h | 15 void *rx; member
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc.c | 198 void *rx = NULL; in spmc_handle_rxtx_map() local 230 rc = map_buf(rx_pa, sz, &rx); in spmc_handle_rxtx_map() 236 rxtx->rx = rx; in spmc_handle_rxtx_map() 250 rxtx->rx = (void *)rx_pa; in spmc_handle_rxtx_map() 276 unmap_buf(rxtx->rx, rxtx->size); in spmc_handle_rxtx_unmap() 280 rxtx->rx = NULL; in spmc_handle_rxtx_unmap() 779 if (rxtx->rx && flen <= rxtx->size) { in handle_mem_share_rxbuf() 780 if (is_sp_share(rxtx->rx)) { in handle_mem_share_rxbuf() 889 buf = rxtx->rx; in handle_mem_frag_tx() 1352 .a2 = virt_to_phys(rxtx->rx), in spmc_rxtx_map() [all …]
|
A D | spmc_sp_handler.c | 286 struct ffa_mem_transaction *input_descr = rxtx->rx; in spmc_sp_add_share() 336 (vaddr_t)rxtx->rx, in spmc_sp_add_share() 371 return rxtx && rxtx->rx && rxtx->tx && rxtx->size > 0; in check_rxtx() 515 retr_dsc = rxtx->rx; in ffa_mem_retrieve() 596 struct ffa_mem_relinquish *mem = rxtx->rx; in ffa_mem_relinquish()
|
Completed in 22 milliseconds