Home
last modified time | relevance | path

Searched refs:placed (Results 1 – 25 of 199) sorted by relevance

12345678

/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_ddp.c409 db->placed = 0; in complete_ddp_buffer()
468 size_t placed; in insert_ddp_data() local
496 placed = n; in insert_ddp_data()
497 if (placed > db->drb->len - db->placed) in insert_ddp_data()
498 placed = db->drb->len - db->placed; in insert_ddp_data()
502 n -= placed; in insert_ddp_data()
507 placed = n; in insert_ddp_data()
533 n -= placed; in insert_ddp_data()
1125 if (placed > db->drb->len - db->placed) in handle_ddp_close()
1126 placed = db->drb->len - db->placed; in handle_ddp_close()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,shdma.txt6 SHDMA DT nodes to be placed under a DMA multiplexer node. All such compatible
8 descriptors. Therefore respective DMA DT bindings can also all be placed in the
10 still has to be placed under such a multiplexer node.
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml61 memories are placed into power-down mode if bus is idle for PD_IDLE DFI
70 which memories are placed into self-refresh mode if bus is idle for
80 Memories are placed into self-refresh mode and memory controller clock
90 placed into self-refresh power down mode if bus is idle for
99 Defines the standby idle period in which memories are placed into
288 period in which memories are placed into power-down mode if bus is idle
294 period in which memories are placed into self-refresh mode if bus is idle
301 Memories are placed into self-refresh mode and memory controller clock
307 placed into self-refresh power down mode if bus is idle for
312 Defines the standby idle period in which memories are placed into
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt36 placed into power-down mode if bus is idle
41 placed into self-refresh mode if bus is idle
47 clock gating idle period. Memories are placed
53 period in which memories are placed into
59 memories are placed into self-refresh mode.
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOPENSSL_gmtime.pod38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
/freebsd-14.2/tools/build/options/
H A DWITH_DEBUG_FILES3 The debug files will be placed in a subdirectory of
/freebsd-14.2/tools/tools/drm/radeon/mkregtable/
H A DREADME6 Generated headers are placed in sys/dev/drm2/radeon.
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dstericsson,abx500.txt8 The ABx500 clocks need to be placed as a subnode of an AB8500
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstddef.inc17 // ... placed within the global namespace scope, except for ... the
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Ddlink,dir685-touchkeys.txt7 The touchkey device node should be placed inside an I2C bus node.
H A Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
/freebsd-14.2/contrib/byacc/
H A DNOTES3 developed on a VAX using PCC. PCC placed at most six variables
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Darm,vexpress-juno.yaml92 based systems. Juno r1 also has support for AXI masters placed on
140 compatible is placed directly under this node, sometimes it is placed
143 "simple-bus". If the compatible is placed in the "motherboard-bus" node,
/freebsd-14.2/lib/libpmc/pmu-events/
H A DREADME27 should be placed in a separate JSON file - where the file name identifies
37 The JSONs folder for a CPU model/family may be placed in the root arch
38 folder, or may be placed in a vendor sub-folder under the arch folder
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc19 // syscall number is placed in a7
20 // parameters, if present, are placed in a0-a6
22 // the return value is placed in a0
/freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dgamecube.txt38 The node for the "Flipper" interrupt controller must be placed under
60 The ARAM node must be placed under the DSP node.
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dak8974.txt17 from the chip, the DRDY interrupt must be placed first.
H A Dasahi-kasei,ak8974.yaml26 interrupt must be placed first. The interrupts can be triggered on
/freebsd-14.2/sys/contrib/device-tree/Bindings/ptp/
H A Dptp-ines.txt5 control registers. There can be up to three port handles placed as
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset1103 101 Badly placed (
108 106 Badly placed ()'s
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Ddivmodsi4.S29 @ value is the quotient, the remainder is placed in the variable.
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Ddefine_dir.m411 dnl AC_DEFINE_DIR([DATADIR], [datadir], [Where data are placed to.])
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Ddp-aux-bus.yaml19 To model this relationship, DP sinks should be placed as children
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td19 // The C++ namespace that code of this directive language should be placed
24 // use "::" as the delimiter, e.g., given "A::B", ops will be placed in

12345678