Home
last modified time | relevance | path

Searched full:fifos (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_fifos.c22 ATF_TC_WITH_CLEANUP(fifos);
23 ATF_TC_HEAD(fifos, tc) in ATF_TC_HEAD() argument
105 ATF_TC_BODY(fifos, tc) in ATF_TC_BODY() argument
123 /* create fifos */ in ATF_TC_BODY()
148 ATF_TC_CLEANUP(fifos, tc) in ATF_TC_CLEANUP() argument
156 ATF_TP_ADD_TC(tp, fifos); in ATF_TP_ADD_TCS()
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,omap-mailbox.yaml149 ti,mbox-num-fifos:
175 - ti,mbox-num-fifos
188 ti,mbox-num-fifos:
203 ti,mbox-num-fifos:
218 ti,mbox-num-fifos:
233 ti,mbox-num-fifos:
251 ti,mbox-num-fifos = <8>;
271 ti,mbox-num-fifos = <8>;
287 ti,mbox-num-fifos = <16>;
H A Domap-mailbox.txt59 - ti,mbox-num-fifos: Number of h/w fifo queues within the mailbox IP block
134 ti,mbox-num-fifos = <8>;
159 ti,mbox-num-fifos = <8>;
174 ti,mbox-num-fifos = <16>;
H A Dapple,mailbox.yaml14 The Apple mailbox consists of two FIFOs used to exchange 64+32 bit
17 One of the two FIFOs is used to send data to a co-processor while the other
/freebsd/usr.bin/mkfifo/
H A Dmkfifo.136 .Nd make fifos
44 utility creates the fifos requested, in the order specified.
49 Set the file permission bits of the created fifos to the
69 option is not specified, fifos are created with mode
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dk3-ringacc.yaml40 - description: fifos registers regions
49 - const: fifos
89 reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg";
H A Dk3-ringacc.txt22 "fifos" - The RA Queues Registers
43 reg-names = "rt", "fifos",
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h81 * struct iwl_fw_ini_region_fifos - Configuration to read Tx/Rx fifos
83 * @fid: fifos ids array. Used to determine what fifos to collect
166 * @fifos: fifos configuration. Used by %IWL_FW_INI_REGION_TXF and
191 struct iwl_fw_ini_region_fifos fifos; member
382 * @IWL_FW_INI_REGION_TXF: TX fifos
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721s2-main.dtsi838 ti,mbox-num-fifos = <16>;
848 ti,mbox-num-fifos = <16>;
858 ti,mbox-num-fifos = <16>;
868 ti,mbox-num-fifos = <16>;
878 ti,mbox-num-fifos = <16>;
888 ti,mbox-num-fifos = <16>;
898 ti,mbox-num-fifos = <16>;
908 ti,mbox-num-fifos = <16>;
918 ti,mbox-num-fifos = <16>;
928 ti,mbox-num-fifos = <16>;
[all …]
H A Dk3-j784s4-j742s2-main-common.dtsi1298 ti,mbox-num-fifos = <16>;
1308 ti,mbox-num-fifos = <16>;
1318 ti,mbox-num-fifos = <16>;
1328 ti,mbox-num-fifos = <16>;
1338 ti,mbox-num-fifos = <16>;
1348 ti,mbox-num-fifos = <16>;
1358 ti,mbox-num-fifos = <16>;
1368 ti,mbox-num-fifos = <16>;
1378 ti,mbox-num-fifos = <16>;
1388 ti,mbox-num-fifos = <16>;
[all …]
H A Dk3-j7200-main.dtsi158 ti,mbox-num-fifos = <16>;
168 ti,mbox-num-fifos = <16>;
178 ti,mbox-num-fifos = <16>;
188 ti,mbox-num-fifos = <16>;
198 ti,mbox-num-fifos = <16>;
208 ti,mbox-num-fifos = <16>;
218 ti,mbox-num-fifos = <16>;
228 ti,mbox-num-fifos = <16>;
238 ti,mbox-num-fifos = <16>;
248 ti,mbox-num-fifos = <16>;
[all …]
H A Dk3-am65-main.dtsi672 ti,mbox-num-fifos = <16>;
682 ti,mbox-num-fifos = <16>;
692 ti,mbox-num-fifos = <16>;
702 ti,mbox-num-fifos = <16>;
712 ti,mbox-num-fifos = <16>;
722 ti,mbox-num-fifos = <16>;
732 ti,mbox-num-fifos = <16>;
742 ti,mbox-num-fifos = <16>;
752 ti,mbox-num-fifos = <16>;
762 ti,mbox-num-fifos = <16>;
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mkfifo.c61 atf_tc_skip("the kernel does not support FIFOs"); in support()
70 atf_tc_set_md_var(tc, "descr", "Test that FIFOs block"); in ATF_TC_HEAD()
156 atf_tc_set_md_var(tc, "descr", "Test O_NONBLOCK with FIFOs"); in ATF_TC_HEAD()
/freebsd/sys/dev/uart/
H A Duart_dev_ns8250.c199 * limit high enough to handle large FIFOs. in ns8250_drain()
214 * limit high enough to handle large FIFOs and integrated in ns8250_drain()
242 * We can only flush UARTs with FIFOs. UARTs without FIFOs should be
906 * Enable FIFOs. And check that the UART has them. If not, we're in ns8250_bus_probe()
907 * done. Since this is the first time we enable the FIFOs, we reset in ns8250_bus_probe()
930 /* We have FIFOs. Drain the transmitter and receiver. */ in ns8250_bus_probe()
941 * size of the FIFOs. We send as much characters as is reasonable in ns8250_bus_probe()
975 /* Reset FIFOs. */ in ns8250_bus_probe()
997 "Non-standard ns8250 class UART with FIFOs"); in ns8250_bus_probe()
/freebsd/tests/sys/fifo/
H A Dfifo_create.c38 * Simple regression test for the creation and destruction of POSIX fifos in
181 * for fifos, now make sure that the umask, requested permissions, and
272 * to create fifos, but the Single UNIX Specification requires it. in main()
/freebsd/tools/test/stress2/misc/
H A Dcrossmp8.sh29 # Variation of crossmp3.sh. fifos and sockets added to load.
32 # mckusick@ suggested using fifos for this test.
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh102 # XXX: fifos on the filesystem don't match fifos created by makefs for
/freebsd/lib/libsys/
H A Dgetrlimit.288 The maximum total size of in-kernel buffers for bi-directional pipes/fifos
90 The buffers for kernel FIFOs created on the first open of a filesystem
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Damlogic,meson-axg-audio-arb.txt4 disables the access of Audio FIFOs to DDR on AXG based SoC.
H A Damlogic,meson-axg-audio-arb.yaml14 the access of Audio FIFOs to DDR on AXG based SoC.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,fman-muram.yaml18 Packet buffering (Tx/Rx FIFOs)
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-altera.txt17 - fifo-size : Size of the RX and TX FIFOs in bytes.
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi_atmel.txt14 - atmel,fifo-size: maximum number of data the RX and TX FIFOs can store for FIFO
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h41 * @IWL_FW_ERROR_DUMP_MEM_CFG: the addresses and sizes of fifos in the smem,
194 * @num_txfifo_entries: number of tx fifos
293 * distinguish between lmac and umac rx fifos
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Damlogic,axg-audio-clkc.txt4 other elements of the audio subsystem, such as fifos, i2s, spdif and pdm

1234567