Home
last modified time | relevance | path

Searched +full:time +full:- +full:slot (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtas2562.txt3 The TAS2562 is a mono, digital input Class-D audio amplifier optimized for
6 real time monitoring of loudspeaker behavior.
9 - #address-cells - Should be <1>.
10 - #size-cells - Should be <0>.
11 - compatible: - Should contain "ti,tas2562", "ti,tas2563".
12 - reg: - The i2c address. Should be 0x4c, 0x4d, 0x4e or 0x4f.
13 - ti,imon-slot-no:- TDM TX current sense time slot.
14 - ti,vmon-slot-no:- TDM TX voltage sense time slot. This slot must always be
15 greater then ti,imon-slot-no.
18 - interrupt-parent: phandle to the interrupt controller which provides
[all …]
H A Dtas2770.txt3 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for
6 real time monitoring of loudspeaker behavior.
10 - compatible: - Should contain "ti,tas2770".
11 - reg: - The i2c address. Should contain <0x4c>, <0x4d>,<0x4e>, or <0x4f>.
12 - #address-cells - Should be <1>.
13 - #size-cells - Should be <0>.
14 - ti,asi-format: - Sets TDM RX capture edge. 0->Rising; 1->Falling.
15 - ti,imon-slot-no:- TDM TX current sense time slot.
16 - ti,vmon-slot-no:- TDM TX voltage sense time slot.
20 - interrupt-parent: the phandle to the interrupt controller which provides
[all …]
H A Dtas2764.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Dan Murphy <dmurphy@ti.com>
14 The TAS2764 is a mono, digital input Class-D audio amplifier optimized for
17 real time monitoring of loudspeaker behavior.
22 - ti,tas2764
29 reset-gpios:
33 shutdown-gpios:
40 ti,imon-slot-no:
[all …]
H A Dtas27xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020-2022 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shenghao Ding <shenghao-ding@ti.com>
14 The TAS2764/TAS2780 is a mono, digital input Class-D audio amplifier
17 for real time monitoring of loudspeaker behavior.
20 - $ref: dai-common.yaml#
25 - ti,tas2764
26 - ti,tas2780
[all …]
H A Dtas2770.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2019-20 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shi Fu <shifu0704@thundersoft.com>
14 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for
17 real time monitoring of loudspeaker behavior.
20 - $ref: dai-common.yaml#
25 - ti,tas2770
32 reset-gpio:
[all …]
H A Drenesas,idt821034.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Herve Codina <herve.codina@bootlin.com>
16 The time-slots used by the codec must be set and so, the properties
17 'dai-tdm-slot-num', 'dai-tdm-slot-width', 'dai-tdm-slot-tx-mask' and
18 'dai-tdm-slot-rx-mask' must be present in the ALSA sound card node for
19 sub-nodes that involve the codec. The codec uses one 8bit time-slot per
21 'dai-tdm-tdm-slot-with' must be set to 8.
26 - $ref: /schemas/spi/spi-peripheral-props.yaml#
[all …]
H A Dinfineon,peb2466.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Herve Codina <herve.codina@bootlin.com>
13 The Infineon PEB2466 codec is a programmable DSP-based four channels codec
16 The time-slots used by the codec must be set and so, the properties
17 'dai-tdm-slot-num', 'dai-tdm-slot-width', 'dai-tdm-slot-tx-mask' and
18 'dai-tdm-slot-rx-mask' must be present in the sound card node for sub-nodes
19 that involve the codec. The codec uses one 8bit time-slot per channel.
20 'dai-tdm-tdm-slot-with' must be set to 8.
[all …]
H A Dtas2562.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schema
[all...]
H A Dti,tas2781.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2022 - 2023 Texas Instruments Incorporated
4 ---
[all...]
/freebsd/share/man/man9/
H A Dosd.957 .Fa "u_int slot"
63 .Fa "u_int slot"
68 .Fa "u_int slot"
74 .Fa "u_int slot"
86 .Fa "u_int slot"
92 .Fa "u_int slot"
110 run-time with any kernel data structure which has been suitably modified for use
113 The one-off modification required involves embedding a
133 framework using a type/slot identifier pair.
136 and provide a high-level grouping for slots to be registered under.
[all …]
/freebsd/sys/netinet/
H A Dtcp_hpts.c1 /*-
2 * Copyright (c) 2016-2018 Netflix, Inc.
40 * be used to call tcp_output() of a transport stack at some time in the future.
42 * itself to be called again by calling tcp_hpts_insert(tcpcb, slot). The
43 * slot is the time from now that the stack wants to be called but it
44 * must be converted to tcp_hpts's notion of slot. This is done with
58 * to prevent output processing until the time alotted has gone by.
93 * knows how to take the input queue of packets from tp->t_inqueue
119 #include <sys/time
815 tcp_hpts_insert_diag(struct tcpcb * tp,uint32_t slot,int32_t line,struct hpts_diag * diag) tcp_hpts_insert_diag() argument
[all...]
/freebsd/sys/net80211/
H A Dieee80211_phy.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
33 * IEEE 802.11 PHY-related definitions.
50 * Slot time (microseconds).
57 * For drivers that don't implement per-VAP slot time
59 * between VAPs to program a single radio) - return
60 * the current radio configured slot time.
63 ((ic->ic_flags & IEEE80211_F_SHSLOT) ? \
67 * For drivers that implement per-VAP slot time; look
[all …]
H A Dieee80211_tdma.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2007-2009 Intel Corporation
66 #define TDMA_SLOTCNT_DEFAULT 2 /* 2x (pt-to-pt) */
125 if (isclr(vap->iv_ic->ic_modecaps, mode)) in settxparms()
128 vap->iv_txparms[mode].ucastrate = rate; in settxparms()
129 vap->iv_txparms[mode].mcastrate = rate; in settxparms()
135 struct ieee80211_wme_state *wme = &ic->ic_wme; in setackpolicy()
139 wme->wme_chanParams.cap_wmeParams[ac].wmep_noackPolicy = noack; in setackpolicy()
[all …]
H A Dieee80211_tdma.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2007-2009 Intel Corporation
32 * TDMA-mode implementation definitions.
54 u_int8_t tdma_slot; /* station slot # [0..7] */
55 u_int8_t tdma_slotcnt; /* bss slot count [1..8] */
56 u_int16_t tdma_slotlen; /* bss slot len (100us) */
58 u_int8_t tdma_inuse[1]; /* slot occupancy map */
68 u_int tdma_slotlen; /* bss slot length (us) */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Damlogic,meson-mx-sdio.txt10 to be controlled. Only one slot can be accessed at a time.
13 - compatible : must be one of
14 - "amlogic,meson8-sdio"
15 - "amlogic,meson8b-sdio"
16 along with the generic "amlogic,meson-mx-sdio"
17 - reg : mmc controller base registers
18 - interrupts : mmc controller interrupt
19 - #address-cells : must be 1
20 - size-cells : must be 0
21 - clocks : phandle to clock providers
[all …]
/freebsd/sys/dev/sdhci/
H A Dfsl_sdhci.c1 /*-
51 #include <sys/time.h>
83 struct sdhci_slot slot; member
105 * Freescale-specific registers, or in some cases the layout of bits within the
106 * sdhci-defined register is different on Freescale. These names all begin with
112 #define SDHC_VEND_SPEC 0xC0 /* Vendor-specific register. */
177 {"fsl,imx6q-usdhc", HWTYPE_USDHC},
178 {"fsl,imx6sl-usdhc", HWTYPE_USDHC},
179 {"fsl,imx53-esdhc", HWTYPE_ESDHC},
180 {"fsl,imx51-esdhc", HWTYPE_ESDHC},
[all …]
H A Dsdhci_xenon.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
66 sdhci_xenon_read_1(device_t dev, struct sdhci_slot *slot __unused, in sdhci_xenon_read_1()
71 return (bus_read_1(sc->mem_res, off)); in sdhci_xenon_read_1()
75 sdhci_xenon_write_1(device_t dev, struct sdhci_slot *slot __unused, in sdhci_xenon_write_1()
80 bus_write_1(sc->mem_res, off, val); in sdhci_xenon_write_1()
84 sdhci_xenon_read_2(device_t dev, struct sdhci_slot *slot __unused, in sdhci_xenon_read_2()
89 return (bus_read_2(sc->mem_res, off)); in sdhci_xenon_read_2()
93 sdhci_xenon_write_2(device_t dev, struct sdhci_slot *slot __unused, in sdhci_xenon_write_2()
98 bus_write_2(sc->mem_res, off, val); in sdhci_xenon_write_2()
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
44 * by the driver - eg, calls to ath_hal_gettsf32().
136 struct ath_hal *ah = sc->sc_ah; in ath_tdma_settimers()
141 bt.bt_nextdba = (nexttbtt<<3) - sc->sc_tdmadbaprep; in ath_tdma_settimers()
142 bt.bt_nextswba = (nexttbtt<<3) - sc->sc_tdmaswbaprep; in ath_tdma_settimers()
163 if (if_ath_alq_checkdebug(&sc->sc_alq, ATH_ALQ_TDMA_TIMER_SET)) { in ath_tdma_settimers()
171 t.sc_tdmadbaprep = htobe32(sc->sc_tdmadbaprep); in ath_tdma_settimers()
172 t.sc_tdmaswbaprep = htobe32(sc->sc_tdmaswbaprep); in ath_tdma_settimers()
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c35 * be involved in a single merge at any given time, so the process decreases in
43 * takes the results of Phase I, and merges them two at a time. This disparity
44 * is due to an observation that the merge time increases at least quadratically
50 * That is, a merge should produce the same output every time, given the same
53 * are merged in the same order every time.
63 * thread, and are merged into wip array elements in round-robin order. When
64 * the number of files merged into a given array slot equals the batch size,
65 * the merged CTF graph in that array is added to the done slot in order by
66 * array slot.
101 * protected by separate mutexes - wq_queue_lock and wq_done_queue. wip
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator-max77620.txt3 Device has multiple DCDC(sd[0-3] and LDOs(ldo[0-8]). The input supply
6 sub-node "regulators" which is child node of device node.
14 -------
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-p2180.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/mfd/max77620.h>
17 stdout-path = "serial0:115200n8";
26 vdd-supply = <&vdd_gpu>;
31 /delete-property/ dmas;
32 /delete-property/ dma-names;
45 vcc-suppl
[all...]
H A Dtegra210-p3450-0000.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/gpio-keys.h>
5 #include <dt-bindings/input/linux-event-codes.h>
6 #include <dt-binding
[all...]
/freebsd/lib/libdevctl/
H A Ddevctl.388 bus-specific address.
89 The following bus-specific address formats are currently supported:
90 .Bl -tag -offset indent
91 .It Sy pci Ns Fa domain Ns : Ns Fa bus Ns : Ns Fa slot Ns : Ns Fa function
95 .Fa slot ,
98 .It Sy pci Ns Fa bus Ns : Ns Fa slot Ns : Ns Fa function
101 .Fa slot ,
152 function re-enables a disabled device.
226 function resets the specified device using bus-specific reset method.
230 the reset, and re-attached afterwards.
[all …]
/freebsd/tools/tools/netmap/
H A Dpkt-gen.81 .\" Copyright (c) 2016, George V. Neville-Neil
30 .Nm pkt-gen
34 .Bl -item -compact
43 .Op Fl d Ar dst_ip[:port[-dst_ip:port]]
44 .Op Fl s Ar src_ip[:port[-src_ip:port]]
65 .Bl -tag -width Ds
90 for client-side ping-pong operation, and
92 for server-side ping-pong operation.
108 is the number of ping-pong transactions.
111 If passed a second time, use random sizes larger or equal than the
[all …]
/freebsd/sys/contrib/openzfs/udev/
H A Dvdev_id3 # vdev_id: udev helper to generate user-friendly names for JBOD disks
7 # channel name is combined with a disk enclosure slot number to
10 # failed drives. Slot numbers may also be re-mapped in case the
12 # created as symbolic links in /dev/disk/by-vdev.
15 # A multipath mode is supported in which dm-mpath devices are
16 # handled by examining the first-listed running component disk. In
20 # The alias keyword provides a simple way to map already-existing
29 # # Example vdev_id.conf - sas_direct.
35 # slot bay
46 # # Slot Slot Channel
[all …]

12345678910>>...33