Home
last modified time | relevance | path

Searched refs:slot (Results 101 – 125 of 740) sorted by relevance

12345678910>>...30

/freebsd/contrib/ntp/libntp/
H A Dntp_worker.c132 u_int slot; in available_blocking_child_slot() local
138 for (slot = 0; slot < blocking_children_alloc; slot++) { in available_blocking_child_slot()
139 if (NULL == blocking_children[slot]) in available_blocking_child_slot()
140 return slot; in available_blocking_child_slot()
141 if (blocking_children[slot]->reusable) { in available_blocking_child_slot()
142 blocking_children[slot]->reusable = FALSE; in available_blocking_child_slot()
143 return slot; in available_blocking_child_slot()
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dintegratorap.dts186 0x4800 0 0 1 &pic 13 /* INT A on slot 9 is irq 13 */
187 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */
188 0x4800 0 0 3 &pic 15 /* INT C on slot 9 is irq 15 */
189 0x4800 0 0 4 &pic 16 /* INT D on slot 9 is irq 16 */
191 0x5000 0 0 1 &pic 14 /* INT A on slot 10 is irq 14 */
192 0x5000 0 0 2 &pic 15 /* INT B on slot 10 is irq 15 */
193 0x5000 0 0 3 &pic 16 /* INT C on slot 10 is irq 16 */
194 0x5000 0 0 4 &pic 13 /* INT D on slot 10 is irq 13 */
196 0x5800 0 0 1 &pic 15 /* INT A on slot 11 is irq 15 */
197 0x5800 0 0 2 &pic 16 /* INT B on slot 11 is irq 16 */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dlantiq,pef2256.yaml116 'dai-tdm-slot-num', 'dai-tdm-slot-width', 'dai-tdm-slot-tx-mask' and
117 'dai-tdm-slot-rx-mask' must be present in the sound card node for
119 'dai-tdm-tdm-slot-with' must be set to 8.
192 dai-tdm-slot-num = <4>;
193 dai-tdm-slot-width = <8>;
195 dai-tdm-slot-tx-mask = <0 1 1 1 1>;
196 dai-tdm-slot-rx-mask = <0 1 1 1 1>;
206 dai-tdm-slot-num = <4>;
207 dai-tdm-slot-width = <8>;
209 dai-tdm-slot-tx-mask = <0 0 0 0 0 1 1 1 1>;
[all …]
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c266 slot = in hdspechan_setgain()
268 end_slot = slot + in hdspechan_setgain()
273 for (; slot < end_slot; slot++) { in hdspechan_setgain()
274 hdspe_hw_mixer(ch, slot, slot, volume); in hdspechan_setgain()
373 slot = in hdspechan_enable()
375 end_slot = slot + in hdspechan_enable()
378 for (; slot < end_slot; slot++) { in hdspechan_enable()
446 int slot; in buffer_mux_write() local
449 for (slot = 0; slot < slots; slot++) { in buffer_mux_write()
492 int slot; in buffer_demux_read() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtas2764.yaml40 ti,imon-slot-no:
42 description: TDM TX current sense time slot.
44 ti,vmon-slot-no:
46 description: TDM TX voltage sense time slot.
71 ti,imon-slot-no = <0>;
72 ti,vmon-slot-no = <2>;
H A Drenesas,idt821034.yaml17 '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.
H A Dadi,max98388.yaml31 adi,vmon-slot-no:
32 description: slot number of the voltage feedback monitor
38 adi,imon-slot-no:
39 description: slot number of the current feedback monitor
74 adi,vmon-slot-no = <0>;
75 adi,imon-slot-no = <1>;
H A Dtas27xx.yaml44 ti,imon-slot-no:
46 description: TDM TX current sense time slot.
48 ti,vmon-slot-no:
50 description: TDM TX voltage sense time slot.
77 ti,imon-slot-no = <0>;
78 ti,vmon-slot-no = <2>;
H A Dinfineon,peb2466.yaml17 '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.
H A Dtas2770.yaml43 ti,imon-slot-no:
45 description: TDM TX current sense time slot.
47 ti,vmon-slot-no:
49 description: TDM TX voltage sense time slot.
84 ti,imon-slot-no = <0>;
85 ti,vmon-slot-no = <2>;
H A Dadi,max98396.yaml42 adi,vmon-slot-no:
43 description: slot number of the voltage sense monitor
49 adi,imon-slot-no:
50 description: slot number of the current sense monitor
56 adi,spkfb-slot-no:
57 description: slot number of speaker DSP monitor
63 adi,bypass-slot-no:
137 adi,vmon-slot-no = <0>;
138 adi,imon-slot-no = <1>;
H A Dimx-audio-card.yaml41 dai-tdm-slot-num:
42 description: see tdm-slot.txt.
45 dai-tdm-slot-width:
46 description: see tdm-slot.txt.
107 dai-tdm-slot-num = <8>;
108 dai-tdm-slot-width = <32>;
H A Daudio-graph-port.yaml76 dai-tdm-slot-num:
79 dai-tdm-slot-width:
80 description: Width in bits for each slot.
82 dai-tdm-slot-width-map:
83 description: Mapping of sample widths to slot widths. For hardware
84 that cannot support a fixed slot width or a slot width always
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1129 pdi->pi_slot = slot; in pci_emul_init()
1137 slot, func); in pci_emul_init()
1539 for (slot = 0; slot < MAXSLOTS; slot++) { in init_pci()
1617 for (slot = 0; slot < MAXSLOTS; slot++) { in init_pci()
1730 int func, slot; in pci_bus_write_dsdt() local
1862 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_bus_write_dsdt()
2072 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_count_lintr()
2089 int slot, pin; in pci_walk_lintr() local
2094 for (slot = 0; slot < MAXSLOTS; slot++) { in pci_walk_lintr()
2746 slot = 0; in pci_next()
[all …]
/freebsd/sys/contrib/ck/include/spinlock/
H A Danderson.h104 struct ck_spinlock_anderson_thread **slot) in ck_spinlock_anderson_lock() argument
145 *slot = lock->slots + position; in ck_spinlock_anderson_lock()
151 struct ck_spinlock_anderson_thread *slot) in ck_spinlock_anderson_unlock() argument
159 position = (slot->position + 1) & lock->mask; in ck_spinlock_anderson_unlock()
161 position = (slot->position + 1) % lock->count; in ck_spinlock_anderson_unlock()
/freebsd/contrib/lua/src/
H A Dlvm.c304 lua_assert(isempty(slot)); in luaV_finishget()
1257 const TValue *slot; in luaV_execute() local
1262 setobj2s(L, ra, slot); in luaV_execute()
1270 const TValue *slot; in luaV_execute() local
1285 const TValue *slot; in luaV_execute() local
1300 const TValue *slot; in luaV_execute() local
1312 const TValue *slot; in luaV_execute() local
1326 const TValue *slot; in luaV_execute() local
1341 const TValue *slot; in luaV_execute() local
1356 const TValue *slot; in luaV_execute() local
[all …]
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-arcom-vulcan.dts121 * per slot. This interrupt is shared (OR:ed) by all four pins.
127 <0x0800 0 0 1 &gpio0 2 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 2 */
128 <0x0800 0 0 2 &gpio0 2 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 1 is irq 2 */
129 <0x0800 0 0 3 &gpio0 2 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 1 is irq 2 */
130 <0x0800 0 0 4 &gpio0 2 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 1 is irq 2 */
132 <0x1000 0 0 1 &gpio0 3 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 2 is irq 3 */
133 <0x1000 0 0 2 &gpio0 3 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 2 is irq 3 */
134 <0x1000 0 0 3 &gpio0 3 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 2 is irq 3 */
135 <0x1000 0 0 4 &gpio0 3 IRQ_TYPE_LEVEL_LOW>; /* INT D on slot 2 is irq 3 */
/freebsd/contrib/ntp/sntp/libevent/
H A Devmap.c114 #define GET_IO_SLOT(x, map, slot, type) \ in HT_PROTOTYPE() argument
117 key_.fd = slot; \ in HT_PROTOTYPE()
125 key_.fd = slot; \
135 ent_->fd = slot; \
163 (x) = (struct type *)((map)->entries[slot])
171 if ((map)->entries[slot] == NULL) { \
172 (map)->entries[slot] = \
184 #define GET_IO_SLOT(x,map,slot,type) GET_SIGNAL_SLOT(x,map,slot,type) argument
207 if (map->nentries <= slot) { in evmap_make_space()
211 if (slot > INT_MAX / 2) in evmap_make_space()
[all …]
/freebsd/contrib/libevent/
H A Devmap.c114 #define GET_IO_SLOT(x, map, slot, type) \ in HT_PROTOTYPE() argument
117 key_.fd = slot; \ in HT_PROTOTYPE()
125 key_.fd = slot; \
135 ent_->fd = slot; \
163 (x) = (struct type *)((map)->entries[slot])
171 if ((map)->entries[slot] == NULL) { \
172 (map)->entries[slot] = \
184 #define GET_IO_SLOT(x,map,slot,type) GET_SIGNAL_SLOT(x,map,slot,type) argument
207 if (map->nentries <= slot) { in evmap_make_space()
211 if (slot > INT_MAX / 2) in evmap_make_space()
[all …]
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cmd.c36 char *slot = NULL; in pqisrc_submit_cmnd() local
58 slot = ib_q->array_virt_addr + offset; in pqisrc_submit_cmnd()
61 memcpy(slot, req, iu_len); in pqisrc_submit_cmnd()
64 DBG_IO(" IU [ %d ] : %x\n", i, *((unsigned char *)(slot + i))); in pqisrc_submit_cmnd()
/freebsd/sys/security/mac/
H A Dmac_label.c133 mac_label_get(struct label *l, int slot) in mac_label_get() argument
138 return (l->l_perpolicy[slot]); in mac_label_get()
142 mac_label_set(struct label *l, int slot, intptr_t v) in mac_label_set() argument
147 l->l_perpolicy[slot] = v; in mac_label_set()
/freebsd/sys/arm/arm/
H A Ddebug_monitor.c61 u_int slot; member
394 conf.slot = slot; in dbg_setup_breakpoint()
400 dbg_remove_breakpoint(u_int slot) in dbg_remove_breakpoint() argument
405 if (dbg_check_slot_free(DBG_TYPE_BREAKPOINT, slot)) in dbg_remove_breakpoint()
408 conf.slot = slot; in dbg_remove_breakpoint()
488 dbg_check_slot_free(enum dbg_t type, u_int slot) in dbg_check_slot_free() argument
509 if (slot >= max) { in dbg_check_slot_free()
511 __func__, slot, max - 1); in dbg_check_slot_free()
515 if ((dbg_wb_read_reg(cr, slot) & DBG_WB_CTRL_E) == 0 && in dbg_check_slot_free()
640 i = conf->slot; in dbg_setup_xpoint()
[all …]
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c469 struct thread_data *slot; in kthread_wrapper() local
471 slot = data; in kthread_wrapper()
472 slot->threadfn(slot->data); in kthread_wrapper()
483 struct thread_data *slot; in vchiq_thread_create() local
490 slot = &thread_slots[thread_data_slot]; in vchiq_thread_create()
491 slot->data = data; in vchiq_thread_create()
492 slot->threadfn = threadfn; in vchiq_thread_create()
499 if (kproc_create(kthread_wrapper, (void*)slot, &newp, 0, 0, in vchiq_thread_create()
/freebsd/sys/powerpc/powermac/
H A Dgrackle.c140 grackle_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in grackle_read_config() argument
150 if (grackle_enable_config(sc, bus, slot, func, reg) != 0) { in grackle_read_config()
180 grackle_write_config(device_t dev, u_int bus, u_int slot, u_int func, in grackle_write_config() argument
189 if (grackle_enable_config(sc, bus, slot, func, reg)) { in grackle_write_config()
209 grackle_enable_config(struct grackle_softc *sc, u_int bus, u_int slot, in grackle_enable_config() argument
218 cfgval = (bus << 16) | (slot << 11) | (func << 8) | (reg & 0xFC) in grackle_enable_config()
/freebsd/contrib/mandoc/
H A Dtag.c67 unsigned int slot; in tag_free() local
71 entry = ohash_first(&tag_data, &slot); in tag_free()
75 entry = ohash_next(&tag_data, &slot); in tag_free()
92 unsigned int slot; in tag_put() local
133 slot = ohash_qlookupi(&tag_data, s, &se); in tag_put()
134 entry = ohash_find(&tag_data, slot); in tag_put()
144 ohash_insert(&tag_data, slot, entry); in tag_put()

12345678910>>...30