Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-hikey/
H 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
188 res = pd.chip.ops->txrx8(&pd.chip, tx, rx, len); in spi_test_with_registered_cs_cb()
195 DMSG("rx[%zu] = 0x%x", i, rx[i]); in spi_test_with_registered_cs_cb()
[all …]
/optee_os/core/arch/arm/dts/
H A Dsama5d2.dtsi347 dma-names = "tx", "rx";
363 dma-names = "tx", "rx";
382 dma-names = "tx", "rx";
446 dma-names = "rx";
462 dma-names = "tx", "rx";
478 dma-names = "tx", "rx";
494 dma-names = "tx", "rx";
510 dma-names = "tx", "rx";
557 dma-names = "tx", "rx";
578 dma-names = "tx", "rx";
[all …]
H A Dsama7g5.dtsi441 dma-names = "tx", "rx";
459 dma-names = "tx", "rx";
572 dma-names = "rx";
649 compatible = "snps,dw-dphy-rx";
724 dma-names = "rx";
737 dma-names = "rx";
775 dma-names = "rx";
800 dma-names = "tx", "rx";
813 dma-names = "tx", "rx";
861 dma-names = "rx", "tx";
[all …]
H A Dat91-sama5d27_wlsom1_ek.dts67 atmel,use-dma-rx;
77 atmel,use-dma-rx;
215 atmel,use-dma-rx;
223 atmel,use-dma-rx;
H A Dstm32mp151.dtsi135 interrupt-names = "rx", "tx", "wakeup";
903 dma-names = "rx", "tx";
915 dma-names = "rx", "tx";
930 dma-names = "rx", "tx";
942 dma-names = "rx", "tx";
956 dma-names = "rx", "rx-ctrl";
969 dma-names = "rx", "tx";
982 dma-names = "rx", "tx";
995 dma-names = "rx", "tx";
1008 dma-names = "rx", "tx";
[all …]
H A Dfsl-lx2160a-rdb.dts63 spi-rx-bus-width = <8>;
74 spi-rx-bus-width = <8>;
H 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>;
H 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;
H A Dat91-sama5d27_som1.dtsi47 spi-rx-bus-width = <4>;
H A Dat91-sama5d2_xplained.dts94 spi-rx-bus-width = <4>;
174 atmel,use-dma-rx;
370 atmel,use-dma-rx;
H A Dstm32mp15xx-dkx.dtsi535 dma-names = "rx";
727 st,tune-hs-rx-offset = <2>;
739 st,tune-hs-rx-offset = <2>;
H A Dat91-sama5d27_wlsom1.dtsi215 spi-rx-bus-width = <4>;
H A Dstm32mp15xx-dhcor-som.dtsi279 spi-rx-bus-width = <4>;
H A Dstm32mp15xx-dhcom-pdk2.dtsi247 dma-names = "rx";
H A Dstm32mp15xx-dhcom-som.dtsi460 spi-rx-bus-width = <4>;
H A Dat91-sama7g54_ek.dts155 spi-rx-bus-width = <8>;
H A Dstm32mp231.dtsi129 interrupt-names = "rx";
H A Dstm32mp251.dtsi129 interrupt-names = "rx";
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbn_mul.h1051 mbedtls_mpi_uint r0, r1, rx, ry; \
1058 rx = s0 * b1; r0 = s0 * b0; \
1060 r1 += ( rx >> biH ); \
1062 rx <<= biH; ry <<= biH; \
1063 r0 += rx; r1 += (r0 < rx); \
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c146 res = spmc_read_mem_transaction(rxtx->ffa_vers, rxtx->rx, in spmc_sp_handle_mem_share()
321 mem_acc_base = (vaddr_t)rxtx->rx + mem_trans->mem_access_offs; in spmc_sp_add_share()
355 mem_reg = (void *)((char *)rxtx->rx + addr_range_offs); in spmc_sp_add_share()
462 return rxtx && rxtx->rx && rxtx->tx && rxtx->size > 0; in check_rxtx()
468 void *rx, struct sp_mem *smem, int64_t tx_len) in check_retrieve_request() argument
484 retr_access = (void *)((vaddr_t)rx + mem_trans->mem_access_offs); in check_retrieve_request()
650 ret = spmc_read_mem_transaction(rxtx->ffa_vers, rxtx->rx, frag_len, in ffa_mem_retrieve()
664 mem_acc = (void *)((vaddr_t)rxtx->rx + mem_trans.mem_access_offs); in ffa_mem_retrieve()
674 rxtx->rx, smem, tx_len) != TEE_SUCCESS) { in ffa_mem_retrieve()
699 mem_region = (struct ffa_mem_region *)((vaddr_t)rxtx->rx + in ffa_mem_retrieve()
[all …]
H A Dthread_spmc.c118 .rx = __rx_buf,
372 void *rx = NULL; in spmc_handle_rxtx_map() local
422 rx = phys_to_virt(rx_pa, mt, sz); in spmc_handle_rxtx_map()
431 if (!rx) in spmc_handle_rxtx_map()
432 rx = core_mmu_add_mapping(mt, rx_pa, sz); in spmc_handle_rxtx_map()
434 if (!rx) { in spmc_handle_rxtx_map()
444 rc = map_buf(rx_pa, sz, &rx); in spmc_handle_rxtx_map()
451 rxtx->rx = rx; in spmc_handle_rxtx_map()
465 rxtx->rx = (void *)rx_pa; in spmc_handle_rxtx_map()
471 DMSG("Mapped rx %#"PRIxPA" size %#x @ %p", rx_pa, sz, rx); in spmc_handle_rxtx_map()
[all …]
/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h25 void *rx; member
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_montgomery.c328 uint8_t *rx = msg->out; in hpre_montgomery_parse_sqe() local
348 if (hpre_bin_to_crypto_bin(rx, rx, msg->key_bytes, msg->curve_bytes)) { in hpre_montgomery_parse_sqe()
H A Dhpre_ecc.c463 uint8_t *rx = msg->out; in ecc_dh_out_to_crypto_bin() local
464 uint8_t *ry = rx + msg->key_bytes; in ecc_dh_out_to_crypto_bin()
467 ret = hpre_bin_to_crypto_bin(rx, rx, msg->key_bytes, in ecc_dh_out_to_crypto_bin()