Home
last modified time | relevance | path

Searched refs:slot (Results 26 – 50 of 742) sorted by relevance

12345678910>>...30

/freebsd/contrib/file/magic/Magdir/
H A Dluks52 # key slot 1
54 >>208 use luks-slot
55 # key slot 2
57 >>256 use luks-slot
58 # key slot 3
61 # key slot 4
64 # key slot 5
67 # key slot 6
70 # key slot 7
73 # key slot 8
[all …]
/freebsd/sys/dev/sdhci/
H A Dsdhci_xenon.c142 sdhci_generic_intr(sc->slot); in sdhci_xenon_intr()
163 ios = &slot->host.ios; in sdhci_xenon_set_uhs_timing()
328 struct sdhci_slot *slot; in sdhci_xenon_update_ios() local
337 ios = &slot->host.ios; in sdhci_xenon_update_ios()
380 struct sdhci_slot *slot; in sdhci_xenon_switch_vccq() local
479 sc->slot->quirks = val; in sdhci_xenon_parse_prop()
526 sc->slot->max_clk = sc->slot->host.f_max; in sdhci_xenon_attach()
584 free(sc->slot, M_DEVBUF); in sdhci_xenon_attach()
585 sc->slot = NULL; in sdhci_xenon_attach()
602 free(sc->slot, M_DEVBUF); in sdhci_xenon_detach()
[all …]
H A Dsdhci_fdt.c470 bus_write_4(sc->mem_res[slot->num], in sdhci_fdt_set_clock()
473 bus_write_4(sc->mem_res[slot->num], in sdhci_fdt_set_clock()
475 bus_write_4(sc->mem_res[slot->num], in sdhci_fdt_set_clock()
488 bus_write_4(sc->mem_res[slot->num], in sdhci_fdt_set_clock()
491 bus_write_4(sc->mem_res[slot->num], in sdhci_fdt_set_clock()
494 bus_write_4(sc->mem_res[slot->num], in sdhci_fdt_set_clock()
568 struct sdhci_slot *slot; in sdhci_fdt_attach() local
624 slot = &sc->slots[sc->num_slots]; in sdhci_fdt_attach()
636 slot->quirks = sc->quirks; in sdhci_fdt_attach()
637 slot->caps = sc->caps; in sdhci_fdt_attach()
[all …]
H A Dsdhci_pci.c178 bus_barrier(sc->mem_res[slot->num], 0, 0xFF, in sdhci_pci_read_1()
189 bus_barrier(sc->mem_res[slot->num], 0, 0xFF, in sdhci_pci_write_1()
191 bus_write_1(sc->mem_res[slot->num], off, val); in sdhci_pci_write_1()
199 bus_barrier(sc->mem_res[slot->num], 0, 0xFF, in sdhci_pci_read_2()
210 bus_barrier(sc->mem_res[slot->num], 0, 0xFF, in sdhci_pci_write_2()
220 bus_barrier(sc->mem_res[slot->num], 0, 0xFF, in sdhci_pci_read_4()
231 bus_barrier(sc->mem_res[slot->num], 0, 0xFF, in sdhci_pci_write_4()
333 struct sdhci_slot *slot; in sdhci_pci_attach() local
379 slot = &sc->slots[sc->num_slots]; in sdhci_pci_attach()
391 slot->quirks = sc->quirks; in sdhci_pci_attach()
[all …]
H A Dsdhci_xenon_acpi.c82 struct sdhci_slot *slot; in sdhci_xenon_acpi_attach() local
88 slot = malloc(sizeof(*slot), M_DEVBUF, M_ZERO | M_WAITOK); in sdhci_xenon_acpi_attach()
89 if (!slot) in sdhci_xenon_acpi_attach()
97 sc->slot = slot; in sdhci_xenon_acpi_attach()
99 if (mmc_parse(dev, &mmc_helper, &slot->host) != 0) in sdhci_xenon_acpi_attach()
103 slot->opt |= SDHCI_NON_REMOVABLE; in sdhci_xenon_acpi_attach()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Damlogic,axg-sound-card.txt28 - dai-tdm-slot-rx-mask-{0,1,2,3}: Receive direction slot masks
29 - dai-tdm-slot-tx-mask-{0,1,2,3}: Transmit direction slot masks
31 slots. A valid must have at one slot, so at
33 an enabled slot.
34 - dai-tdm-slot-num : Please refer to tdm-slot.txt.
37 - dai-tdm-slot-width : Please refer to tdm-slot.txt. default to 32 if omitted.
53 - dai-tdm-slot-tx-mask : Please refer to tdm-slot.txt.
54 - dai-tdm-slot-rx-mask : Please refer to tdm-slot.txt.
94 dai-tdm-slot-tx-mask-2 = <1 1>;
95 dai-tdm-slot-tx-mask-3 = <1 1>;
[all …]
H A Dmax9892x.txt12 - vmon-slot-no : slot number used to send voltage information
14 interleave slot.
15 MAX98925/MAX98926 slot range : 0 ~ 30, Default : 0
16 MAX98927 slot range : 0 ~ 15, Default : 0
18 - imon-slot-no : slot number used to send current information
19 MAX98925/MAX98926 slot range : 0 ~ 30, Default : 0
20 MAX98927 slot range : 0 ~ 15, Default : 0
40 vmon-slot-no = <0>;
41 imon-slot-no = <1>;
/freebsd/sys/dev/mvs/
H A Dmvs.c430 bzero(ch->slot, sizeof(ch->slot)); in mvs_slotsalloc()
435 slot->slot = i; in mvs_slotsalloc()
1056 ccb = ch->slot[slot].ccb; in mvs_crbq_intr()
1203 slot = &ch->slot[slotn]; in mvs_begin_transaction()
1210 ch->oslots |= (1 << slot->slot); in mvs_begin_transaction()
1311 ch->rslots |= (1 << slot->slot); in mvs_legacy_execute_transaction()
1518 ch->rslots |= (1 << slot->slot); in mvs_execute_transaction()
1592 ch->toslots |= (1 << slot->slot); in mvs_timeout()
1637 ch->eslots |= (1 << slot->slot); in mvs_end_transaction()
1729 ch->hold[slot->slot] = ccb; in mvs_end_transaction()
[all …]
/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dvdev_id.conf.sas_direct.example19 slot 1 7 A
20 slot 2 10 A
21 slot 3 3 A
22 slot 4 6 A
25 slot 1 4
26 slot 2 2
27 slot 3 1
28 slot 4 3
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_pci.c120 int bus, slot, func, maxfunc; in al_pcib_fixup() local
124 for (slot = 0; slot <= PCI_SLOTMAX; slot++) { in al_pcib_fixup()
127 hdrtype = PCIB_READ_CONFIG(dev, bus, slot, func, in al_pcib_fixup()
136 vid = PCIB_READ_CONFIG(dev, bus, slot, func, in al_pcib_fixup()
139 val = PCIB_READ_CONFIG(dev, bus, slot, func, in al_pcib_fixup()
142 PCIB_WRITE_CONFIG(dev, bus, slot, func, in al_pcib_fixup()
145 val = PCIB_READ_CONFIG(dev, bus, slot, func, in al_pcib_fixup()
149 PCIB_WRITE_CONFIG(dev, bus, slot, func, in al_pcib_fixup()
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp43x-gateworks-gw2358.dts140 <0x0800 0 0 3 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 1 is irq 9 */
141 <0x0800 0 0 4 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 1 is irq 8 */
144 <0x1000 0 0 2 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 2 is irq 9 */
145 <0x1000 0 0 3 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 2 is irq 8 */
148 <0x1800 0 0 1 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 3 is irq 9 */
149 <0x1800 0 0 2 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 3 is irq 8 */
153 <0x2000 0 0 1 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 3 is irq 8 */
156 <0x2000 0 0 4 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 3 is irq 9 */
159 <0x3000 0 0 2 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 3 is irq 9 */
160 <0x3000 0 0 3 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 3 is irq 8 */
[all …]
H A Dintel-ixp4xx-reference-design.dtsi113 <0x0800 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 11 */
114 <0x0800 0 0 2 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 1 is irq 10 */
115 <0x0800 0 0 3 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 1 is irq 9 */
116 <0x0800 0 0 4 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 1 is irq 8 */
118 <0x1000 0 0 1 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 2 is irq 10 */
119 <0x1000 0 0 2 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 2 is irq 9 */
120 <0x1000 0 0 3 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 2 is irq 8 */
123 <0x1800 0 0 1 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 3 is irq 9 */
124 <0x1800 0 0 2 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 3 is irq 8 */
128 <0x2000 0 0 1 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 4 is irq 8 */
[all …]
H A Dintel-ixp42x-gateworks-gw2348.dts122 <0x0800 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 11 */
123 <0x0800 0 0 2 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 1 is irq 10 */
124 <0x0800 0 0 3 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 1 is irq 9 */
125 <0x0800 0 0 4 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 1 is irq 8 */
127 <0x1000 0 0 1 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 2 is irq 10 */
128 <0x1000 0 0 2 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 2 is irq 9 */
129 <0x1000 0 0 3 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 2 is irq 8 */
132 <0x1800 0 0 1 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 3 is irq 9 */
133 <0x1800 0 0 2 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 3 is irq 8 */
137 <0x2000 0 0 1 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 4 is irq 8 */
[all …]
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c443 if (slot->mbuf) { in cpsw_dump_slot()
510 if (slot == NULL) in cpsw_add_slots()
530 if (slot->mbuf) in cpsw_free_slot()
536 if (slot->mbuf) { in cpsw_free_slot()
667 if (slot != NULL) in cpsw_init()
670 if (slot != NULL) in cpsw_init()
1637 last = slot; in cpsw_rx_dequeue()
1645 m = slot->mbuf; in cpsw_rx_dequeue()
1872 slot->dmamap, slot->mbuf, segs, &nsegs, BUS_DMA_NOWAIT); in cpswp_tx_enqueue()
1960 last = slot; in cpswp_tx_enqueue()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_dmi.c78 enum dmi_field slot; in linux_dmi_matches() local
82 slot = dsi->matches[i].slot; in linux_dmi_matches()
83 if (slot == DMI_NONE) in linux_dmi_matches()
85 if (slot >= DMI_STRING_MAX || in linux_dmi_matches()
86 dmi_data[slot] == NULL) in linux_dmi_matches()
89 if (dmi_match(slot, dsi->matches[i].substr)) in linux_dmi_matches()
91 } else if (strstr(dmi_data[slot], in linux_dmi_matches()
119 for (dsi = list; dsi->matches[0].slot != 0; dsi++) { in linux_dmi_first_match()
138 for (dsi = sysid; dsi->matches[0].slot != 0; dsi++) { in linux_dmi_check_system()
/freebsd/sys/dev/siis/
H A Dsiis.c736 bzero(ch->slot, sizeof(ch->slot)); in siis_slotsalloc()
741 slot->slot = i; in siis_slotsalloc()
988 slot = &ch->slot[tag]; in siis_begin_transaction()
991 ch->oslots |= (1 << slot->slot); in siis_begin_transaction()
999 ch->aslots |= (1 << slot->slot); in siis_begin_transaction()
1112 ch->rslots |= (1 << slot->slot); in siis_execute_transaction()
1197 ch->toslots |= (1 << slot->slot); in siis_timeout()
1260 ch->eslots |= (1 << slot->slot); in siis_end_transaction()
1304 ch->oslots &= ~(1 << slot->slot); in siis_end_transaction()
1305 ch->rslots &= ~(1 << slot->slot); in siis_end_transaction()
[all …]
/freebsd/crypto/heimdal/kcm/
H A Dcache.c283 slot = p; in kcm_ccache_alloc()
292 if (slot == NULL) { in kcm_ccache_alloc()
293 slot = (kcm_ccache_data *)malloc(sizeof(*slot)); in kcm_ccache_alloc()
294 if (slot == NULL) { in kcm_ccache_alloc()
303 RAND_bytes(slot->uuid, sizeof(slot->uuid)); in kcm_ccache_alloc()
311 slot->refcnt = 1; in kcm_ccache_alloc()
314 slot->uid = -1; in kcm_ccache_alloc()
315 slot->gid = -1; in kcm_ccache_alloc()
324 ccache_head = slot; in kcm_ccache_alloc()
326 *ccache = slot; in kcm_ccache_alloc()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dv3-v360epc-pci.txt56 0x4800 0 0 1 &pic 13 /* INT A on slot 9 is irq 13 */
57 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */
58 0x4800 0 0 3 &pic 15 /* INT C on slot 9 is irq 15 */
59 0x4800 0 0 4 &pic 16 /* INT D on slot 9 is irq 16 */
61 0x5000 0 0 1 &pic 14 /* INT A on slot 10 is irq 14 */
62 0x5000 0 0 2 &pic 15 /* INT B on slot 10 is irq 15 */
63 0x5000 0 0 3 &pic 16 /* INT C on slot 10 is irq 16 */
64 0x5000 0 0 4 &pic 13 /* INT D on slot 10 is irq 13 */
66 0x5800 0 0 1 &pic 15 /* INT A on slot 11 is irq 15 */
67 0x5800 0 0 2 &pic 16 /* INT B on slot 11 is irq 16 */
[all …]
H A Dintel,ixp4xx-pci.yaml88 <0x0800 0 0 1 &gpio0 11 3>, /* INT A on slot 1 is irq 11 */
89 <0x0800 0 0 2 &gpio0 10 3>, /* INT B on slot 1 is irq 10 */
90 <0x0800 0 0 3 &gpio0 9 3>, /* INT C on slot 1 is irq 9 */
91 <0x0800 0 0 4 &gpio0 8 3>, /* INT D on slot 1 is irq 8 */
92 <0x1000 0 0 1 &gpio0 10 3>, /* INT A on slot 2 is irq 10 */
93 <0x1000 0 0 2 &gpio0 9 3>, /* INT B on slot 2 is irq 9 */
94 <0x1000 0 0 3 &gpio0 8 3>, /* INT C on slot 2 is irq 8 */
95 <0x1000 0 0 4 &gpio0 11 3>, /* INT D on slot 2 is irq 11 */
96 <0x1800 0 0 1 &gpio0 9 3>, /* INT A on slot 3 is irq 9 */
97 <0x1800 0 0 2 &gpio0 8 3>, /* INT B on slot 3 is irq 8 */
[all …]
/freebsd/sbin/nvmecontrol/
H A Dfirmware.c58 uint32_t slot; member
63 .slot = NONE,
72 OPT("slot", 's', arg_uint32, opt, slot,
99 slot_has_valid_firmware(int fd, int slot) in slot_has_valid_firmware() argument
108 if (fw.revision[slot-1][0] != '\0') in slot_has_valid_firmware()
243 if (opt.slot == 0) { in firmware()
248 } else if (opt.slot > 7 && opt.slot != NONE) { in firmware()
294 if (opt.slot > fw_num_slots) in firmware()
297 opt.slot, fw_num_slots); in firmware()
300 !slot_has_valid_firmware(fd, opt.slot)) in firmware()
[all …]
/freebsd/sys/dev/netmap/
H A Dif_re_netmap.h97 struct netmap_slot *slot = &ring->slot[nm_i]; in re_netmap_txsync() local
98 u_int len = slot->len; in re_netmap_txsync()
100 void *addr = PNMB(na, slot, &paddr); in re_netmap_txsync()
112 if (slot->flags & NS_BUF_CHANGED) { in re_netmap_txsync()
217 ring->slot[nm_i].len = total_len; in re_netmap_rxsync()
218 ring->slot[nm_i].flags = 0; in re_netmap_rxsync()
238 struct netmap_slot *slot = &ring->slot[nm_i]; in re_netmap_rxsync() local
257 slot->flags &= ~NS_BUF_CHANGED; in re_netmap_rxsync()
291 struct netmap_slot *slot; in re_netmap_tx_init() local
295 if (!slot) in re_netmap_tx_init()
[all …]
/freebsd/contrib/lua/src/
H A Dlvm.h85 #define luaV_fastget(L,t,k,slot,f) \ argument
87 ? (slot = NULL, 0) /* not a table; 'slot' is NULL and result is 0 */ \
88 : (slot = f(hvalue(t), k), /* else, do raw access */ \
89 !isempty(slot))) /* result not empty? */
96 #define luaV_fastgeti(L,t,k,slot) \ argument
99 : (slot = (l_castS2U(k) - 1u < hvalue(t)->alimit) \
101 !isempty(slot))) /* result not empty? */
108 #define luaV_finishfastset(L,t,slot,v) \ argument
109 { setobj2t(L, cast(TValue *,slot), v); \
129 StkId val, const TValue *slot);
[all …]
/freebsd/sys/amd64/vmm/io/
H A Dppt.h33 int ppt_map_mmio(struct vm *vm, int bus, int slot, int func,
35 int ppt_unmap_mmio(struct vm *vm, int bus, int slot, int func,
37 int ppt_setup_msi(struct vm *vm, int bus, int slot, int func,
39 int ppt_setup_msix(struct vm *vm, int bus, int slot, int func,
41 int ppt_disable_msix(struct vm *vm, int bus, int slot, int func);
55 int ppt_assign_device(struct vm *vm, int bus, int slot, int func);
56 int ppt_unassign_device(struct vm *vm, int bus, int slot, int func);
/freebsd/sys/arm/nvidia/
H A Dtegra_sdhci.c114 struct sdhci_slot slot; member
212 sdhci_generic_intr(&sc->slot); in tegra_sdhci_intr()
225 tegra_sdhci_get_card_present(device_t dev, struct sdhci_slot *slot) in tegra_sdhci_get_card_present() argument
372 sc->slot.quirks = sc->quirks; in tegra_sdhci_attach()
373 sc->slot.max_clk = sc->max_clk; in tegra_sdhci_attach()
374 sc->slot.caps = sc->caps; in tegra_sdhci_attach()
382 rv = sdhci_init_slot(dev, &sc->slot, 0); in tegra_sdhci_attach()
387 sc->gpio = sdhci_fdt_gpio_setup(sc->dev, &sc->slot); in tegra_sdhci_attach()
392 sdhci_start_slot(&sc->slot); in tegra_sdhci_attach()
419 struct sdhci_slot *slot = &sc->slot; in tegra_sdhci_detach() local
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c145 int slot; in lookup_name() local
150 slot = id % cache->size; in lookup_name()
151 if (cache->cache[slot].name != NULL) { in lookup_name()
152 if (cache->cache[slot].id == id) { in lookup_name()
156 return (cache->cache[slot].name); in lookup_name()
160 cache->cache[slot].name = NULL; in lookup_name()
166 cache->cache[slot].name = NO_NAME; in lookup_name()
167 cache->cache[slot].id = id; in lookup_name()
171 cache->cache[slot].name = name; in lookup_name()
172 cache->cache[slot].id = id; in lookup_name()
[all …]

12345678910>>...30