/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | srio.txt | 64 memory and maintenance transactions then a single LIODN is 65 represented in the property for both transactions. 68 memory transactions and a unique LIODN for maintenance 69 transactions then a pair of LIODNs are represented in the 71 LIODN associated with memory transactions and the second element 72 represents the LIODN associated with maintenance transactions
|
H A D | raideng.txt | 64 transactions from this JR and than be able to do address
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | cros-ec.txt | 29 additional processing time in order to accept new transactions. If the delay 30 between transactions is not long enough the EC may not be able to respond 31 properly to subsequent transactions and cause them to hang. This property 32 specifies the delay, in usecs, introduced between transactions to account
|
/freebsd/sys/dev/mlx5/mlx5_fpga/ |
H A D | mlx5fpga_trans.c | 56 struct mlx5_fpga_trans_priv transactions[MLX5_FPGA_TID_COUNT]; member 66 return &fdev->trans->transactions[tid]; in find_tid() 318 for (tid = 0; tid < ARRAY_SIZE(fdev->trans->transactions); tid++) { in mlx5_fpga_trans_device_init() 319 fdev->trans->transactions[tid].tid = tid; in mlx5_fpga_trans_device_init() 320 list_add_tail(&fdev->trans->transactions[tid].list_item, in mlx5_fpga_trans_device_init()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | qcom_hidma_mgmt.txt | 31 - max-write-transactions: This value is how many times a write burst is 34 - max-read-transactions: This value is how many times a read burst is 72 max-write-transactions = <31>; 73 max-read-transactions = <31>;
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mux-gpmux.txt | 31 - mux-locked: If present, explicitly allow unrelated I2C transactions on the 37 However, I2C transactions to devices behind all I2C multiplexers connected 42 This means that no unrelated I2C transactions are allowed on the parent I2C
|
H A D | nvidia,tegra186-bpmp-i2c.txt | 6 transactions on that I2C bus. This binding describes an I2C bus that is
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore_dev.c | 69 LIST_HEAD(, xs_dev_transaction) transactions; 220 LIST_FOREACH(trans, &u->transactions, list) in xs_dev_find_transaction() 306 LIST_INSERT_HEAD(&u->transactions, trans, list); in xs_dev_write() 425 LIST_FOREACH_SAFE(trans, &u->transactions, list, tmpt) { in xs_dev_dtor() 451 LIST_INIT(&u->transactions); in xs_dev_open()
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ci-hdrc-usb2.txt | 76 the total of packet size for pervious transactions are more than 256 bytes, 77 it can't accept any transactions within this frame. The use case is single 80 more transactions than above case, it can accept transactions until it 83 maximum_periodic_data_per_frame. The use case is multiple transactions, but
|
/freebsd/sys/dev/ioat/ |
H A D | ioat_test.c | 202 for (i = 0; i < test->transactions; i++) { 385 test->transactions) > (physmem / 4)) { in ioat_dma_test() 392 if ((uint64_t)test->transactions * test->chain_depth > (1<<16)) { in ioat_dma_test() 458 index, test->transactions); in ioat_dma_test() 474 if (test->duration == 0 && loops >= test->transactions) in ioat_dma_test()
|
H A D | ioat_test.h | 61 uint32_t transactions; member
|
/freebsd/tools/tools/ioat/ |
H A D | ioatcontrol.c | 76 t->transactions = 1; in main_raw() 208 t.transactions = atoi(argv[1]); in main()
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | marvell,icu.txt | 7 requests on input wires to MSG memory mapped transactions to the GIC. 41 transactions.
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | iommu.txt | 92 tagging DMA transactions with an address space identifier. By default, 101 accepts a limited number of simultaneous stalled transactions before 103 transactions. 107 transactions have to complete before a time limit. More generally it
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,fcp.txt | 6 caching, and conversion of AXI transactions in order to reduce the memory
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | ast2600-facebook-netbmc-common.dtsi | 25 * full-duplex SPI transactions are not supported by ASPEED SPI
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | brcm,unimac-mdio.txt | 9 larger than 16-bits MDIO transactions
|
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | xilinx-pr-decoupler.txt | 17 that can occur if AXI transactions are interrupted by DFX
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | fsmc-nand.txt | 21 Only valid for write transactions. Zero means zero cycles,
|
H A D | cadence-quadspi.txt | 30 transactions.
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | cadence-quadspi.txt | 31 transactions.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_exec_certreq.pod | 17 - functions implementing CMP client transactions 41 client-server transactions, i.e., sequences of CMP requests and responses.
|
/freebsd/contrib/openpam/doc/man/ |
H A D | pam.man | 39 transactions in parallel.
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_msg_check_update.pod | 72 Confirmation (PKIConf) messages following in the same or future transactions.
|
/freebsd/contrib/libfido2/examples/ |
H A D | README.adoc | 97 If set, libfido2 will produce a log of its transactions with the authenticator.
|