/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | st,stm32-fmc2-ebi-props.yaml | 25 8: Synchronous read synchronous write PSRAM. 26 9: Synchronous read asynchronous write PSRAM. 27 10: Synchronous read synchronous write NOR. 28 11: Synchronous read asynchronous write NOR. 35 in synchronous mode). The FMC_CLK is generated continuously 36 during asynchronous and synchronous access. By default, the 37 FMC_CLK is only generated during synchronous access. 60 the device in synchronous mode. By default, the NWAIT signal is 140 duration in nanoseconds for synchronous transactions. When this timing
|
H A D | ti,gpmc-child.yaml | 25 description: Minimum clock period for synchronous mode 163 In synchronous write mode, for single or 218 Enables synchronous read. Defaults to asynchronous 224 Enables synchronous writes. Defaults to asynchronous
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl-sai.txt | 1 Freescale Synchronous Audio Interface (SAI). 4 which provides a synchronous audio interface that supports fullduplex 43 - fsl,sai-synchronous-rx: This is a boolean property. If present, indicating 44 that SAI will work in the synchronous mode (sync Tx 74 - If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the 75 default synchronous mode (sync Rx with Tx) will be used, which means both 78 - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
|
H A D | fsl,sai.yaml | 7 title: Freescale Synchronous Audio Interface (SAI). 14 which provides a synchronous audio interface that supports fullduplex 117 fsl,sai-synchronous-rx: 119 SAI will work in the synchronous mode (sync Tx with Rx) which means 129 If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the 130 default synchronous mode (sync Rx with Tx) will be used, which means both 158 fsl,sai-synchronous-rx: false
|
H A D | fsl,esai.txt | 44 - fsl,esai-synchronous: This is a boolean property. If present, indicating 45 that ESAI would work in the synchronous mode, which 66 fsl,esai-synchronous;
|
H A D | fsl,esai.yaml | 76 fsl,esai-synchronous: 80 that ESAI would work in the synchronous mode, which 116 fsl,esai-synchronous;
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zed.8.in | 161 The one exception to this are "synchronous zedlets", which are described later 238 .Sh Synchronous ZEDLETS 249 That is where synchronous zedlets come in. 252 a synchronous zedlet. 253 Synchronous zedlets are guaranteed to be the only 255 No other zedlets may run in parallel with a synchronous zedlet. 256 Users should be careful to only use synchronous zedlets when needed, since 259 To make a zedlet synchronous, simply add a "-sync-" immediately following the 264 For example, if you wanted a synchronous statechange script:
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
H A D | zed_synchronous_zedlet.ksh | 29 # Verify ZED synchronous zedlets work as expected 34 # 3. Create a scrub_finish zedlet that is synchronous and runs slowly 38 # 6. Verify the synchronous scrub_finish zedlet waited for the scrub_start 40 # was not synchronous, it would have completed before the slow scrub_start 42 # 7. Verify the trim_start zedlet waited for the slow synchronous scrub_finish 67 log_assert "Verify ZED synchronous zedlets work as expected" 149 log_pass "Verified synchronous zedlets"
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | WatchpointOptions.h | 55 // Watchpoint callbacks come in two forms, synchronous and asynchronous. 56 // Synchronous callbacks will get run before any of the thread plans are 59 // synchronous callbacks: 1) They should NOT resume the target themselves. 61 // synchronous callbacks can't have conditions (or rather, they can have 85 /// \param[in] synchronous 86 /// Whether this is a synchronous or asynchronous callback. 89 const lldb::BatonSP &baton_sp, bool synchronous = false); 103 /// executing synchronous or asynchronous callbacks.
|
H A D | BreakpointOptions.h | 143 // Breakpoint callbacks come in two forms, synchronous and asynchronous. 144 // Synchronous callbacks will get run before any of the thread plans are 147 // synchronous callbacks: 150 // 2) Breakpoints with synchronous callbacks can't have conditions 181 /// \param[in] synchronous 182 /// Whether this is a synchronous or asynchronous callback. See discussion 185 const lldb::BatonSP &baton_sp, bool synchronous = false); 189 bool synchronous = false); 214 /// whether we are currently executing synchronous or asynchronous
|
/freebsd/contrib/tcpdump/ |
H A D | gmpls.c | 82 { 8, "Bit synchronous mapping of E3"}, 83 { 9, "Byte synchronous mapping of E3"}, 85 { 11, "Bit synchronous mapping of DS2/T2"}, 88 { 14, "Byte synchronous mapping of E1"}, 89 { 15, "Byte synchronous mapping of 31 * DS0"}, 91 { 17, "Bit synchronous mapping of DS1/T1"}, 92 { 18, "Byte synchronous mapping of DS1/T1"},
|
/freebsd/sys/arm64/arm64/ |
H A D | hyp_stub.S | 49 vempty /* Synchronous EL2t */ 54 vempty /* Synchronous EL2h */ 59 vector_stub_el1h_sync /* Synchronous 64-bit EL1 */ 64 vempty /* Synchronous 32-bit EL1 */
|
/freebsd/share/man/man4/ |
H A D | ng_async.4 | 48 node type performs conversion between synchronous frames and 63 Synchronous frames are transmitted and received on the 96 Synchronous connection. 97 This hook sends and receives synchronous frames. 128 fields are the asynchronous and synchronous MRU (maximum receive unit) values,
|
H A D | ahc.4 | 62 fast, ultra or ultra2 synchronous transfers depending on controller type, 69 This includes synchronous/asynchronous transfers, 70 maximum synchronous negotiation rate, 393 Rev B in synchronous mode at 10MHz. 397 Setting a maximum synchronous negotiation rate of 8MHz in the
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBAttachInfo.h | 31 /// will be synchronous. 43 /// Future calls to SBTarget::Attach(...) will be synchronous or 55 /// synchronous call with no way to cancel the attach in 85 /// be synchronous. 95 /// Future calls to SBTarget::Attach(...) will be synchronous or 104 /// synchronous call with no way to cancel the attach in
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_nvhe_exception.S | 35 vempty /* Synchronous EL2t */ 40 vempty /* Synchronous EL2h */ 45 vector hyp_init /* Synchronous 64-bit EL1 */ 50 vempty /* Synchronous 32-bit EL1 */
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_exec.c | 321 * Check if the zedlet name indicates if it is a synchronous zedlet 323 * Synchronous zedlets have a "-sync-" immediately following the event name in 328 * For example, if you wanted a synchronous statechange script: 332 * Synchronous zedlets are guaranteed to be the only zedlet running. No other 333 * zedlets may run in parallel with a synchronous zedlet. A synchronous 335 * Users should be careful to only use synchronous zedlets when needed, since
|
/freebsd/lib/libusbhid/ |
H A D | usbhid.3 | 106 .Ss Synchronous HID operation 107 Synchronous HID operation can be enabled or disabled by a call to 109 If the second argument is zero synchronous HID operation is disabled. 110 Else synchronous HID operation is enabled.
|
/freebsd/sys/dev/qat/qat_api/include/lac/ |
H A D | cpa_cy_dsa.h | 699 * protocolStatus (or, in the case of synchronous invocation, in the 712 * When called as a synchronous function it may sleep. It MUST NOT be 719 * Yes when configured to operate in synchronous mode. 792 * protocolStatus (or, in the case of synchronous invocation, in the 803 * When called as a synchronous function it may sleep. It MUST NOT be 810 * Yes when configured to operate in synchronous mode. 878 * When called as a synchronous function it may sleep. It MUST NOT be 885 * Yes when configured to operate in synchronous mode. 950 * protocolStatus (or, in the case of synchronous invocation, in the 964 * When called as a synchronous function it may sleep. It MUST NOT be [all …]
|
H A D | cpa_cy_ecdsa.h | 485 * When called as a synchronous function it may sleep. It MUST NOT be 492 * Yes when configured to operate in synchronous mode. 508 * @param[out] pSignStatus In synchronous mode, the multiply output is 556 * When called as a synchronous function it may sleep. It MUST NOT be 563 * Yes when configured to operate in synchronous mode. 579 * @param[out] pSignStatus In synchronous mode, the multiply output is 627 * When called as a synchronous function it may sleep. It MUST NOT be 634 * Yes when configured to operate in synchronous mode. 650 * @param[out] pSignStatus In synchronous mode, the multiply output is 701 * When called as a synchronous function it may sleep. It MUST NOT be [all …]
|
H A D | cpa_cy_im.h | 53 * This function is synchronous and blocking. 71 * Note that this is a synchronous function and has no completion callback 105 * This function is synchronous and blocking. 127 * Note that this is a synchronous function and has no completion callback 232 * This function is synchronous and blocking. 278 * This function is synchronous and blocking.
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | microchip,corepwm.yaml | 40 In synchronous mode, all channels are updated at the beginning of the PWM period, 42 A 16 bit wide "SHADOW_REG_EN" parameter of the IP core controls whether synchronous 49 whether synchronous mode is possible for the PWM channel.
|
/freebsd/sys/dev/qat/qat_api/common/include/ |
H A D | lac_sync.h | 7 * @defgroup LacSync LAC synchronous 11 * Function prototypes and defines for synchronous support 27 * LAC cookie for synchronous support 237 * This function is used when the API is called in synchronous mode. 260 * This function is used when the API is called in synchronous mode. 283 * This function is used when the API is called in synchronous mode. 309 * This function is used when the API is called in synchronous mode. 337 * This function is used when the API is called in synchronous 357 * This function is used when the API is called in synchronous
|
/freebsd/sys/dev/qat/qat_api/include/dc/ |
H A D | cpa_dc_chain.h | 278 * Only a synchronous version of this function is provided. 307 * This is a synchronous function and it cannot sleep. It can be executed 329 * @param[in] callbackFn For synchronous operation this callback 343 * Only a synchronous version of this function is provided. 402 * This is a synchronous function that cannot sleep. It can be 430 * This is a synchronous function and has no completion callback 456 * This is a synchronous function that cannot sleep. It can be executed 486 * This is a synchronous function and has no completion callback 509 * When called as a synchronous function it may sleep. It MUST NOT be 516 * Yes when configured to operate in synchronous mode. [all …]
|
H A D | cpa_dc.h | 335 * compress and decompress. Completion occurs when the synchronous function 1092 * Only a synchronous version of this function is provided. 1122 * This is a synchronous function and it cannot sleep. It can be executed in 1146 * @param[in] callbackFn For synchronous operation this callback 1162 * Only a synchronous version of this function is provided. 1212 * This is a synchronous function that cannot sleep. It can be 1240 * This is a synchronous function and has no completion callback 1264 * This is a synchronous function that cannot sleep. It can be 1291 * This is a synchronous function and has no completion callback 1319 * This is a synchronous function that cannot sleep. It can be [all …]
|