Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 18 of 18) sorted by relevance

/optee_os/core/arch/arm/plat-hikey/
H A Dspi_test.c73 uint8_t tx[3] = {0x01, 0x80, 0x00}; 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()
124 res = pd.chip.ops->txrx8(&pd.chip, tx, rx, len); 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()
162 uint8_t tx[3] = {0x01, 0x80, 0x00}; 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()
211 uint8_t tx[3] = {0x01, 0x80, 0x00}; in spi_test_with_builtin_cs_control() local
244 res = pd022.chip.ops->txrx8(&pd022.chip, tx, rx, len); in spi_test_with_builtin_cs_control()
/optee_os/core/arch/arm/dts/
H A Dsama5d2.dtsi331 dma-names = "tx";
347 dma-names = "tx", "rx";
363 dma-names = "tx", "rx";
382 dma-names = "tx", "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 Dat91-sama5d27_wlsom1_ek.dts68 atmel,use-dma-tx;
78 atmel,use-dma-tx;
216 atmel,use-dma-tx;
224 atmel,use-dma-tx;
H A Dsama7g5.dtsi441 dma-names = "tx", "rx";
459 dma-names = "tx", "rx";
788 dma-names = "tx";
800 dma-names = "tx", "rx";
813 dma-names = "tx", "rx";
861 dma-names = "rx", "tx";
876 dma-names = "tx", "rx";
887 dma-names = "tx";
908 dma-names = "tx", "rx";
910 atmel,use-dma-tx;
[all …]
H A Dfsl-lx2160a-rdb.dts64 spi-tx-bus-width = <8>;
75 spi-tx-bus-width = <8>;
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";
969 dma-names = "rx", "tx";
982 dma-names = "rx", "tx";
995 dma-names = "rx", "tx";
1008 dma-names = "rx", "tx";
1124 dma-names = "rx", "tx";
[all …]
H A Dat91-sama5d27_som1_ek.dts106 atmel,use-dma-tx;
114 atmel,use-dma-tx;
150 atmel,use-dma-tx;
158 atmel,use-dma-tx;
H A Dat91-sama5d27_som1.dtsi46 spi-tx-bus-width = <4>;
H A Dat91-sama5d2_xplained.dts93 spi-tx-bus-width = <4>;
175 atmel,use-dma-tx;
371 atmel,use-dma-tx;
H A Dat91-sama5d27_wlsom1.dtsi216 spi-tx-bus-width = <4>;
H A Dstm32mp15xx-dhcom-pdk2.dtsi230 dma-names = "tx";
H A Dstm32mp15xx-dhcor-avenger96.dtsi300 dma-names = "tx";
H A Dstm32mp15xx-dkx.dtsi518 dma-names = "tx";
H A Dat91-sama7g54_ek.dts154 spi-tx-bus-width = <8>;
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c119 .tx = __tx_buf,
373 void *tx = NULL; in spmc_handle_rxtx_map() local
421 tx = phys_to_virt(tx_pa, mt, sz); in spmc_handle_rxtx_map()
423 if (!tx) { in spmc_handle_rxtx_map()
424 tx = core_mmu_add_mapping(mt, tx_pa, sz); in spmc_handle_rxtx_map()
425 if (!tx) { in spmc_handle_rxtx_map()
435 if (tx_alloced && tx) in spmc_handle_rxtx_map()
436 core_mmu_remove_mapping(mt, tx, sz); in spmc_handle_rxtx_map()
441 rc = map_buf(tx_pa, sz, &tx); in spmc_handle_rxtx_map()
446 unmap_buf(tx, sz); in spmc_handle_rxtx_map()
[all …]
H A Dspmc_sp_handler.c462 return rxtx && rxtx->rx && rxtx->tx && rxtx->size > 0; in check_rxtx()
717 create_retrieve_response(rxtx->ffa_vers, rxtx->tx, receiver, smem, in ffa_mem_retrieve()
/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h26 void *tx; member
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c276 gf tx, ty, zi; in pack() local
278 M(tx, p[0], zi); in pack()
281 r[31] ^= par25519(tx) << 7; in pack()