| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | spi_test.c | 73 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 D | sama5d2.dtsi | 331 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 D | at91-sama5d27_wlsom1_ek.dts | 68 atmel,use-dma-tx; 78 atmel,use-dma-tx; 216 atmel,use-dma-tx; 224 atmel,use-dma-tx;
|
| H A D | sama7g5.dtsi | 441 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 D | fsl-lx2160a-rdb.dts | 64 spi-tx-bus-width = <8>; 75 spi-tx-bus-width = <8>;
|
| H A D | stm32mp151.dtsi | 135 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 D | at91-sama5d27_som1_ek.dts | 106 atmel,use-dma-tx; 114 atmel,use-dma-tx; 150 atmel,use-dma-tx; 158 atmel,use-dma-tx;
|
| H A D | at91-sama5d27_som1.dtsi | 46 spi-tx-bus-width = <4>;
|
| H A D | at91-sama5d2_xplained.dts | 93 spi-tx-bus-width = <4>; 175 atmel,use-dma-tx; 371 atmel,use-dma-tx;
|
| H A D | at91-sama5d27_wlsom1.dtsi | 216 spi-tx-bus-width = <4>;
|
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 230 dma-names = "tx";
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 300 dma-names = "tx";
|
| H A D | stm32mp15xx-dkx.dtsi | 518 dma-names = "tx";
|
| H A D | at91-sama7g54_ek.dts | 154 spi-tx-bus-width = <8>;
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 119 .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 D | spmc_sp_handler.c | 462 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 D | thread_spmc.h | 26 void *tx; member
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | tweetnacl.c | 276 gf tx, ty, zi; in pack() local 278 M(tx, p[0], zi); in pack() 281 r[31] ^= par25519(tx) << 7; in pack()
|