Home
last modified time | relevance | path

Searched full:fifos (Results 1 – 25 of 154) 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>;
275 ti,mbox-num-fifos = <8>;
291 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/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;
382 * @IWL_FW_INI_REGION_TXF: TX fifos
159 struct iwl_fw_ini_region_fifos fifos; global() member
/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/device-tree/src/arm64/ti/
H A Dk3-j721s2-main.dtsi832 ti,mbox-num-fifos = <16>;
842 ti,mbox-num-fifos = <16>;
852 ti,mbox-num-fifos = <16>;
862 ti,mbox-num-fifos = <16>;
872 ti,mbox-num-fifos = <16>;
882 ti,mbox-num-fifos = <16>;
892 ti,mbox-num-fifos = <16>;
902 ti,mbox-num-fifos = <16>;
912 ti,mbox-num-fifos = <16>;
922 ti,mbox-num-fifos = <16>;
[all …]
H A Dk3-j784s4-main.dtsi1387 ti,mbox-num-fifos = <16>;
1397 ti,mbox-num-fifos = <16>;
1407 ti,mbox-num-fifos = <16>;
1417 ti,mbox-num-fifos = <16>;
1427 ti,mbox-num-fifos = <16>;
1437 ti,mbox-num-fifos = <16>;
1447 ti,mbox-num-fifos = <16>;
1457 ti,mbox-num-fifos = <16>;
1467 ti,mbox-num-fifos = <16>;
1477 ti,mbox-num-fifos = <16>;
[all …]
H A Dk3-am65-main.dtsi669 ti,mbox-num-fifos = <16>;
679 ti,mbox-num-fifos = <16>;
689 ti,mbox-num-fifos = <16>;
699 ti,mbox-num-fifos = <16>;
709 ti,mbox-num-fifos = <16>;
719 ti,mbox-num-fifos = <16>;
729 ti,mbox-num-fifos = <16>;
739 ti,mbox-num-fifos = <16>;
749 ti,mbox-num-fifos = <16>;
759 ti,mbox-num-fifos = <16>;
[all …]
H A Dk3-j7200-main.dtsi152 ti,mbox-num-fifos = <16>;
162 ti,mbox-num-fifos = <16>;
172 ti,mbox-num-fifos = <16>;
182 ti,mbox-num-fifos = <16>;
192 ti,mbox-num-fifos = <16>;
202 ti,mbox-num-fifos = <16>;
212 ti,mbox-num-fifos = <16>;
222 ti,mbox-num-fifos = <16>;
232 ti,mbox-num-fifos = <16>;
242 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
898 * Enable FIFOs. And check that the UART has them. If not, we're in ns8250_bus_probe()
899 * done. Since this is the first time we enable the FIFOs, we reset in ns8250_bus_probe()
922 /* We have FIFOs. Drain the transmitter and receiver. */ in ns8250_bus_probe()
933 * size of the FIFOs. We send as much characters as is reasonable in ns8250_bus_probe()
967 /* Reset FIFOs. */ in ns8250_bus_probe()
989 "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