Searched refs:transactions (Results 1 – 25 of 29) sorted by relevance
12
13 int "Size of response buffer used for ASYNC transactions."17 Size of response buffer used for ASYNC transactions.For Intel Agilex platform22 int "Maximum allowable ongoing transactions."26 Allowed number of active transactions in sip_svc subsystem for this driver.
35 default 8 # Sensible default that covers most common spi transactions38 API calls use to perform SPI transactions. This queue needs to be as deep46 default 8 # Sensible default that covers most common spi transactions
26 default 8 # sensible default that covers most common spi transactions29 api calls use to perform spi transactions. this queue needs to be as deep
28 default 8 # Sensible default that covers most common spi transactions31 API calls use to perform SPI transactions. This queue needs to be as deep
82 instance. If you are certain that transactions with
77 This can cause the DMA driver to stop processing completed transactions.79 determines whether it needs to handle outstanding transactions.85 int "Number of completed transactions after which to trigger an interrupt"90 Number of completed transactions after which to trigger an interrupt.103 where only few transactions per second are completed.
19 "controller" that initiates transactions and controls the clock, or as a43 transactions initiated by a different controller on the bus. It might
20 initiates transactions and controls the clock, a Peripheral that
8 two roles: as a "controller" that initiates transactions and
17 This enables DMA driven transactions for the I2C peripheral.
32 bool "Log I2C transactions"39 bool "Use allowlist for logging of I2C transactions"43 Use allowlist to specify which devices transactions should be logged.67 Allow I2C transactions with no STOP on the last message. This is
18 and used to store ECC syndrome data. IBECC converts read / write transactions19 to two separate transactions: one for actual data and another for cache line
1047 uint16_t transactions = block_len / MAX_FLASH_REQUEST; in read_test_block() local1051 for (i = 0; i < transactions; i++) { in read_test_block()1066 LOG_INF("%d read flash transactions completed", transactions); in read_test_block()1074 uint16_t transactions = block_len / MAX_FLASH_REQUEST; in write_test_block() local1079 for (i = 0; i < transactions; i++) { in write_test_block()1094 LOG_INF("%d write flash transactions completed", transactions); in write_test_block()
16 transactions. The subsystem wrappers are responsible for extracting
22 Use this API to support async transactions.
41 transactions.
78 response to simultaneous Read/Write transactions.
157 reduces the number of transactions on the corresponding bus.
86 the children may perform multiple transactions in a short period of time.
302 transactions by indicating to the kernel that the device is in the middle of an
292 There is a possibility to log all or some of the I2C transactions done by the application.
423 documented along with the transactions between the stages in a
257 * Added memory barrier to ticker transactions553 * STM32 V1 driver now supports large transactions (more than 256 bytes chunks)
667 * CDC ACM: Memory and performance improvements, avoid ZLP during IN transactions
1251 * :github:`27078` - drivers: espi: mchp: Cannot perform multiple transactions over eSPI OOB channel