Home
last modified time | relevance | path

Searched refs:slot (Results 251 – 275 of 742) sorted by relevance

1...<<11121314151617181920>>...30

/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dulcb-kf-audio-graph-card.dtsi75 dai-tdm-slot-num = <8>;
88 dai-tdm-slot-num = <6>;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8939-sony-xperia-kanuti-tulip.dts25 mmc0 = &sdhc_1; /* SDC1 eMMC slot */
26 mmc1 = &sdhc_2; /* SDC2 SD card slot */
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,q6dsp-lpass-ports.yaml59 2 = Short sync slot mode
98 Indicate how data is packed within the slot. For example, 32 slot
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c201 uint32_t slot; in bcj_ia64() local
224 for (slot = 0, bit_pos = 5; slot < 3; ++slot, bit_pos += 41) { in bcj_ia64()
225 if (((mask >> slot) & 1) == 0) in bcj_ia64()
/freebsd/sys/dev/netmap/
H A Dnetmap.c1239 struct netmap_slot *slot = &kring->ring->slot[n]; in netmap_grab_packets() local
1243 if (slot->len < 14 || slot->len > NETMAP_BUF_SIZE(na)) { in netmap_grab_packets()
1249 m = m_devget(NMB(na, slot), slot->len, 0, na->ifp, NULL); in netmap_grab_packets()
1403 struct netmap_slot *slot = &ring->slot[nm_i]; in netmap_rxsync_from_host() local
1410 slot->len = len; in netmap_rxsync_from_host()
1411 slot->flags = 0; in netmap_rxsync_from_host()
1860 ring->slot[i].buf_idx = 0; in netmap_ring_reinit()
1861 ring->slot[i].len = 0; in netmap_ring_reinit()
1863 ring->slot[i].len = 0; in netmap_ring_reinit()
2392 struct netmap_slot *slot = ring->slot + j; in netmap_offsets_init() local
[all …]
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.c199 #define T0_ENTER(ip, rp, slot) do { \ argument
202 t0_newip = &t0_codeblock[t0_caddr[(slot) - T0_INTERPRETED]]; \
209 #define T0_DEFENTRY(name, slot) \ argument
215 T0_ENTER(t0ctx->ip, t0ctx->rp, slot); \
/freebsd/contrib/lua/src/
H A Dlfunc.c197 TValue *slot = &uv->u.value; /* new position for value */ in luaF_closeupval() local
200 setobj(L, slot, uv->v.p); /* move value to upvalue slot */ in luaF_closeupval()
201 uv->v.p = slot; /* now current value lives here */ in luaF_closeupval()
204 luaC_barrier(L, uv, slot); in luaF_closeupval()
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c1367 int slot; in lookup_name() local
1380 slot = id % cache->size; in lookup_name()
1381 if (cache->cache[slot].name != NULL) { in lookup_name()
1382 if (cache->cache[slot].id == id) { in lookup_name()
1384 return (cache->cache[slot].name); in lookup_name()
1386 free(cache->cache[slot].name); in lookup_name()
1387 cache->cache[slot].name = NULL; in lookup_name()
1396 cache->cache[slot].name = strdup(name); in lookup_name()
1397 if (cache->cache[slot].name != NULL) { in lookup_name()
1398 cache->cache[slot].id = id; in lookup_name()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-a311d-khadas-vim3.dts21 * an USB3.0 Type A connector and a M.2 Key M slot.
26 * to the M.2 Key M slot, uncomment the following block to disable
H A Dmeson-g12b-s922x-khadas-vim3.dts21 * an USB3.0 Type A connector and a M.2 Key M slot.
26 * to the M.2 Key M slot, uncomment the following block to disable
H A Dmeson-g12a-radxa-zero.dts165 dai-tdm-slot-tx-mask-0 = <1 1>;
166 dai-tdm-slot-tx-mask-1 = <1 1>;
167 dai-tdm-slot-tx-mask-2 = <1 1>;
168 dai-tdm-slot-tx-mask-3 = <1 1>;
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-qds-13bb.dts9 * Set-up is a SCH-30842 card in slot 1 and SCH-30841 in slot 2.
H A Dfsl-ls1028a-qds-13bb.dtso9 * Set-up is a SCH-30842 card in slot 1 and SCH-30841 in slot 2.
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c314 cpcht_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in cpcht_read_config() argument
322 (((((slot & 0x1f) << 3) | (func & 0x07)) << 8) | reg); in cpcht_read_config()
324 if (bus == 0 && (!(sc->sc_populated_slots & (1 << slot)) || func > 0)) in cpcht_read_config()
346 cpcht_write_config(device_t dev, u_int bus, u_int slot, u_int func, in cpcht_write_config() argument
354 (((((slot & 0x1f) << 3) | (func & 0x07)) << 8) | reg); in cpcht_write_config()
356 if (bus == 0 && (!(sc->sc_populated_slots & (1 << slot)) || func > 0)) in cpcht_write_config()
/freebsd/share/dtrace/
H A Dipfw.d138 uint32_t slot; member
186 slot = (p->flags & IPFW_ARGS_REF) ? p->rule.slot : 0;
/freebsd/sys/fs/msdosfs/
H A Ddenode.h134 #define fc_setcache(dep, slot, frcn, fsrcn) \ argument
135 (dep)->de_fc[(slot)].fc_frcn = (frcn); \
136 (dep)->de_fc[(slot)].fc_fsrcn = (fsrcn);
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c294 int func, slot; in acpi_pci_save_handle() local
302 slot = ACPI_ADR_PCI_SLOT(address); in acpi_pci_save_handle()
306 dinfo->ap_dinfo.cfg.slot == slot) { in acpi_pci_save_handle()
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dfsl-imx-esdhc.yaml120 cell specifies minimum slot voltage (mV), second cell specifies maximum
121 slot voltage (mV).
124 - description: value for minimum slot voltage
125 - description: value for maximum slot voltage
H A Dfsl-esdhc.txt37 slot voltage (mV), second cell specifies maximum slot voltage (mV).
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp15xx-dhcom-pdk2.dtsi250 dai-tdm-slot-num = <2>;
251 dai-tdm-slot-width = <16>;
268 dai-tdm-slot-num = <2>;
269 dai-tdm-slot-width = <16>;
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-p2180.dtsi99 maxim,active-fps-power-up-slot = <7>;
100 maxim,active-fps-power-down-slot = <0>;
256 maxim,active-fps-power-up-slot = <7>;
257 maxim,active-fps-power-down-slot = <0>;
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dpcm030.dts84 interrupt-map = <0xc000 0 0 1 &mpc5200_pic 0 0 3 // 1st slot
89 0xc800 0 0 1 &mpc5200_pic 1 1 3 // 2nd slot
/freebsd/sys/net80211/
H A Dieee80211_phy.h78 #define IEEE80211_DUR_DIFS(sifs, slot) ((sifs) + 2 * (slot)) argument
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dnvidia,tegra194-pcie.yaml181 description: A phandle to the regulator node that supplies 3.3V to the slot
182 if the platform has one such slot, e.g., x16 slot owned by C5 controller
186 description: A phandle to the regulator node that supplies 12V to the slot
187 if the platform has one such slot, e.g., x16 slot owned by C5 controller
/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c516 char *type, *speed, enchandle[8], slot[8], bt[16]; in show_devices() local
609 snprintf(slot, sizeof(slot), "%02d", le16toh(device->Slot)); in show_devices()
612 snprintf(slot, sizeof(slot), " "); in show_devices()
623 enchandle, slot, device->MaxPortConnections); in show_devices()

1...<<11121314151617181920>>...30