HomeSort by: relevance | last modified time | path
    Searched defs:phase (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/sys/arch/hpcsh/hpcsh/
debug.c 46 int phase; member in struct:intr_state_rgb16
73 intr_state_rgb16->cnt = 0, intr_state_rgb16->phase ^= 1;
78 intr_state_rgb16->phase ? ~color : color;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_pm.c 56 }, **phase; local
82 for (phase = phases; *phase; phase++) {
85 while ((obj = first_mm_object(*phase))) {
102 list_splice_tail(&keep, *phase);
i915_gem_shrinker.c 125 }, *phase; local
171 for (phase = phases; phase->list; phase++) {
176 if ((shrink & phase->bit) == 0)
190 (obj = list_first_entry_or_null(phase->list,
230 list_splice_tail(&still_in_list, phase->list);
  /src/external/gpl3/gcc.old/dist/gcc/
genversion.cc 26 phase (the latter may be an empty string). */
36 char phase = 0; local
45 /* For releases the development phase is an empty string, for
49 On the trunk the development phase is "experimental". */
50 phase = DEVPHASE[0];
51 if (phase == '\0'
53 phase = '*';
58 v[3] = phase;
  /src/sys/arch/arm/sunxi/
sunxi_ccu_phase.c 61 struct sunxi_ccu_phase *phase = &clk->u.phase; local
77 val = CCU_READ(sc, phase->reg);
78 delay = __SHIFTOUT(val, phase->mask);
87 struct sunxi_ccu_phase *phase = &clk->u.phase; local
109 val = CCU_READ(sc, phase->reg);
110 val &= ~phase->mask;
111 val |= __SHIFTIN(delay, phase->mask);
112 CCU_WRITE(sc, phase->reg, val)
121 struct sunxi_ccu_phase *phase = &clk->u.phase; local
    [all...]
  /src/sys/dev/rcons/
raster_text.c 93 int phase; local
143 phase = 0;
209 rop, charrast, phase, 0 ) < 0 )
216 rop, charrast, phase, 0 ) < 0 )
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dccg.c 58 int modulo, phase; local
60 // phase / modulo = dpp pipe clk / dpp global clk
62 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk;
64 if (phase > 0xff) {
66 phase = 0xff;
70 DPPCLK0_DTO_PHASE, phase,
  /src/external/bsd/jemalloc/dist/test/unit/
tsd.c 140 atomic_u32_t phase; member in struct:__anon4500
146 /* PHASE 0 */
157 atomic_store_u32(&data->phase, 1, ATOMIC_SEQ_CST);
159 /* PHASE 2 */
160 while (atomic_load_u32(&data->phase, ATOMIC_SEQ_CST) != 2) {
164 atomic_store_u32(&data->phase, 3, ATOMIC_SEQ_CST);
166 /* PHASE 4 */
167 while (atomic_load_u32(&data->phase, ATOMIC_SEQ_CST) != 4) {
171 atomic_store_u32(&data->phase, 5, ATOMIC_SEQ_CST);
173 /* PHASE 6 *
    [all...]
  /src/sbin/ifconfig/
af_atalk.c 74 struct pinteger phase = PINTEGER_INITIALIZER1(&phase, "phase", variable in typeref:struct:pinteger
75 1, 2, 10, NULL, "phase", &command_root.pb_parser);
81 {.k_word = "phase", .k_nextparser = &phase.pi_parser}
151 (void)prop_dictionary_get_uint8(env, "phase", &nr.nr_phase);
  /src/tests/dev/audio/
h_pad.c 113 } phase; local
171 phase = PRE;
191 if (phase == PRE) {
198 phase = BODY;
200 } else if (phase == BODY) {
213 phase = POST;
216 } else if (phase == POST) {
  /src/external/bsd/ntp/dist/libparse/
clk_meinberg.c 227 unsigned short phase; /* current input phase */ member in struct:msg_buf
612 if ( msg_buf->phase == MBG_NONE )
620 msg_buf->phase = MBG_HEADER; /* receiving header */
627 msg_buf->phase = MBG_STRING; /* prepare to receive ASCII ETX delimited message */
645 if ((msg_buf->phase == MBG_STRING) &&
653 msg_buf->phase = MBG_NONE; /* buffer overflow - discard */
660 switch (msg_buf->phase)
669 parseprintf(DD_PARSE, ("gps_input: %s complete\n", (msg_buf->phase == MBG_DATA) ? "data" : "header"));
676 msg_buf->phase = MBG_NONE
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
info.h 44 uint16_t phase; /* The compiler phase that produced this info */ member in struct:info_header
64 uint32_t type; /* The type of this entry. High 8 bits is the phase.
68 uint32_t msgnum; /* Message number. High 8 bits is the phase.
  /src/external/gpl3/binutils.old/dist/gprofng/src/
info.h 44 uint16_t phase; /* The compiler phase that produced this info */ member in struct:info_header
64 uint32_t type; /* The type of this entry. High 8 bits is the phase.
68 uint32_t msgnum; /* Message number. High 8 bits is the phase.
  /src/sys/arch/hp300/stand/common/
scsi.c 210 ixfer_start(volatile struct scsidevice *hd, int len, uint8_t phase, int wait)
216 hd->scsi_pctl = phase;
271 uint8_t phase, ints; local
280 * Wait for a phase change (or error) then let the device
284 phase = CMD_PHASE;
287 switch (phase) {
290 if (ixfer_start(hd, clen, phase, wait))
293 phase = xferphase;
300 if (ixfer_start(hd, len, phase, wait) ||
303 phase = STATUS_PHASE
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_syncmap.c 552 unsigned long count, phase, i; local
565 phase = jiffies + HZ/100 + 1;
574 } while (!time_after(jiffies, phase));
577 phase = 0;
601 phase++;
603 pr_debug("Completed %lu passes, each of %lu contexts\n", phase, count);
  /src/external/bsd/openldap/dist/libraries/libldap/
ldap_sync.c 141 ldap_sync_refresh_t phase; local
150 phase = ls->ls_refreshPhase;
216 phase = state;
230 ? ls->ls_search_entry( ls, res, &entryUUID, phase )
437 ldap_sync_refresh_t phase; local
613 phase = LDAP_SYNC_CAPI_DELETES_IDSET;
616 phase = LDAP_SYNC_CAPI_PRESENTS_IDSET;
621 ls->ls_intermediate( ls, res, syncUUIDs, phase );
756 /* initial content/content update phase */
  /src/sys/arch/acorn32/podulebus/
esc.c 574 int len, mode, phase;
581 * Decode the scsi phase to determine whether we are reading or writing.
584 phase = dev->sc_status & ESC_STAT_PHASE_MASK;
585 mode = (phase == ESC_PHASE_DATA_IN);
587 while(len && ((dev->sc_status & ESC_STAT_PHASE_MASK) == phase))
608 * Since the last esciwait will be a phase-change, we can't wait for it
628 int len, mode, phase; local
642 * Decode the scsi phase to determine whether we are reading or writing.
645 phase = dev->sc_status & ESC_STAT_PHASE_MASK;
646 mode = (phase == ESC_PHASE_DATA_IN)
    [all...]
sfas.c 574 int len, mode, phase; local
581 * Decode the scsi phase to determine whether we are reading or writing.
584 phase = dev->sc_status & SFAS_STAT_PHASE_MASK;
585 mode = (phase == SFAS_PHASE_DATA_IN);
587 while(len && ((dev->sc_status & SFAS_STAT_PHASE_MASK) == phase))
608 * Since the last sfasiwait will be a phase-change, we can't wait for it
1194 * Part three of the interrupt machine. Handle phase changes (and repeated
1195 * phase passes). We know that we have an active nexus here.
1287 * We've got status phase. Request status and command
1502 printf("SFASINTR: UNKNOWN PHASE! phase: %d\n"
    [all...]
  /src/sys/arch/amiga/dev/
sci.c 205 int flags, phase, stat; local
212 phase = DATA_IN_PHASE;
214 phase = DATA_OUT_PHASE;
216 phase = STATUS_PHASE;
223 if (phase == STATUS_PHASE || flags & XS_CTL_POLL)
225 xs->data, xs->datalen, phase);
406 int phase)
415 *dev->sci_tcmd = phase;
446 sci_ixfer_in(struct sci_softc *dev, int len, register u_char *buf, int phase)
461 *dev->sci_tcmd = phase;
508 u_char phase; local
600 u_char phase, *addr; local
    [all...]
  /src/sys/arch/sgimips/stand/common/
iris_scsi.c 181 /* Handle the new phase */
216 * Returns the current CSR following selection and optionally MSG out phase.
217 * i.e. the returned CSR *should* indicate CMD phase...
437 * Message out phase. ATN signal has been asserted
478 * CMD phase until the disk has spun up. Only then will the target change
479 * to STATUS phase. This is really only a problem for immediate commands
614 uint8_t phase, csr; local
633 GET_SBIC_cmd_phase(sc, phase);
635 if (phase == 0x60)
763 * Handle message_in phase
    [all...]
  /src/sys/dev/usb/
motgvar.h 60 usb_phase_t phase; /* current phase of the transfer, if any */ member in struct:motg_hw_ep
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_transform_v.c 297 int i, phase, pair; local
327 for (phase = 0; phase < phases_to_program; phase++) {
329 phase 0 is unique and phase N/2 is unique if N is even*/
330 set_reg_field_value(select, phase, SCLV_COEF_RAM_SELECT, SCL_C_RAM_PHASE);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
edid.h 114 enum gvt_gmbus_phase phase; member in struct:intel_vgpu_i2c_gmbus
  /src/external/bsd/ntp/dist/kernel/sys/
bsd_audioirig.h 46 (ib)->phase = (ib)->shi = (ib)->slo = (ib)->high = \
90 int shi,slo,phase; /* AGC variables */ member in struct:auib
  /src/external/bsd/openldap/dist/libraries/liblutil/
meter.c 206 int phase; member in struct:__anon5419
253 *buf++ = phase_char[data->phase % phase_mod];
254 data->phase++;

Completed in 123 milliseconds

1 2 3 4