Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 16 of 16) sorted by relevance

/optee_os-3.20.0/core/arch/arm/plat-hikey/
A Dspi_test.c74 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 Dsama5d2.dtsi338 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 Dstm32mp151.dtsi399 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 Dfsl-lx2160a-rdb.dts63 spi-rx-bus-width = <8>;
74 spi-rx-bus-width = <8>;
A Dstm32mp157c-ev1.dts262 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 Dat91-sama5d27_som1_ek.dts105 atmel,use-dma-rx;
113 atmel,use-dma-rx;
149 atmel,use-dma-rx;
157 atmel,use-dma-rx;
A Dat91-sama5d27_som1.dtsi47 spi-rx-bus-width = <4>;
A Dat91-sama5d2_xplained.dts94 spi-rx-bus-width = <4>;
174 atmel,use-dma-rx;
370 atmel,use-dma-rx;
A Dstm32mp15xx-dkx.dtsi526 dma-names = "rx";
713 st,tune-hs-rx-offset = <2>;
725 st,tune-hs-rx-offset = <2>;
A Dstm32mp15xx-dhcor-som.dtsi262 spi-rx-bus-width = <4>;
A Dstm32mp15xx-dhcom-pdk2.dtsi247 dma-names = "rx";
A Dstm32mp15xx-dhcom-som.dtsi443 spi-rx-bus-width = <4>;
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dbn_mul.h954 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 Dthread_spmc.h15 void *rx; member
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_spmc.c198 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 Dspmc_sp_handler.c286 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 20 milliseconds