Searched refs:phase (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h237 bit32 phase; /* ret code phase = (bit32)agcmCtrlFwPhase_e */ member in struct:tdFWControl
238 bit32 phaseCmplt; /* percent complete for the current update phase */
310 bit32 phase; /* ret code phase */ member in struct:tdVPDControl
311 bit32 phaseCmplt; /* percent complete for the current update phase */
/freebsd-current/contrib/ntp/parseutil/
H A Ddcfd.c264 * see the spec. (basically a (non-)inverted psuedo random phase shift)
1515 struct timeval phase; local
1538 phase.tv_sec = 0;
1539 phase.tv_usec = delay;
1799 timeradd(&time_offset, &phase);
1828 lasterror = 0; /* we cannot calculate phase errors on bad reception */
/freebsd-current/sys/dev/evdev/
H A Dinput.h225 uint16_t phase; /* horizontal shift */ member in struct:ff_periodic_effect
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5506 /* phase mismatch, tx */
5515 /* phase mismatch, rx */
5628 /* without analog phase shift */
5630 /* without analog phase shift */
5632 /* with analog phase shift */
5634 /* with analog phase shift */
5671 "%s: chain %d: mag mismatch=%d phase mismatch=%d\n",
5689 "%s: tx chain %d: mag corr=%d phase corr=%d\n",
5725 "%s: rx chain %d: mag corr=%d phase corr=%d\n",
5750 #define MAX_PHS_DELTA 10 //maximum phase mismatc
5785 int32_t magnitude, phase; local
6098 int32_t magnitude, phase; local
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.c44 * For each phase (leader syncs and follower syncs):
49 * writing that chunk. If this is the "leader syncs" phase, it will
54 * chunk. If this is the "follower syncs" phase, it will call fsync()
310 static phase_t phase; variable
429 if (perm_idx == NUM_CHUNKS / 2 && phase == follower_syncs){
458 if (perm_idx == NUM_CHUNKS / 2 && phase == leader_syncs){
495 for(phase=leader_syncs; phase < NUM_PHASES; phase++){
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_wwv.c235 * phase delay is 0.91 ms, while the receiver delay is approximately 4.7
514 double phase, freq; /* logical clock phase and frequency */ member in struct:wwvunit
838 up->phase += (up->freq + clock_codec) / WWV_SEC;
839 if (up->phase >= .5) {
840 up->phase -= 1.;
841 } else if (up->phase < -.5) {
842 up->phase += 1.;
896 * quadrature phase. The routine also determines the minute synch epoch,
945 static int csinptr; /* wwv channel phase */
[all...]
H A Dntp_io.c550 printf("phase = %u\n", itf->phase);
737 ep->phase = sys_interphase;
1643 * toggle configuration phase
1660 * if interface does not match configuration phase (not seen in phase 1):
1694 * phase 1a - scan OS local addresses
1709 * Toggle system interface scan phase to find untouched
1823 * in phase 2 because it was not marked current.
1833 if (ep->phase !
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2451 U32 phase; member in struct:ZSTD_DCtx_s
3031 dctx->phase = 0;
3064 if (ctx->phase == 0)
3069 ctx->phase = 1;
3075 if (ctx->phase == 1)
3083 ctx->phase = 0;
3089 ctx->phase = 2;
3109 case bt_end : /* should never happen (filtered at phase 1) */
3115 ctx->phase = 1;
H A Dzstd_v02.c2810 U32 phase; member in struct:ZSTD_DCtx_s
3389 dctx->phase = 0;
3422 if (ctx->phase == 0)
3427 ctx->phase = 1;
3433 if (ctx->phase == 1)
3441 ctx->phase = 0;
3447 ctx->phase = 2;
3467 case bt_end : /* should never happen (filtered at phase 1) */
3473 ctx->phase = 1;
/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-var.mk96 # parse errors when they occur in the parsing phase, see Parse_File.
H A Dvar-scope-local.mk82 # see the command line option '-e'). In that phase, expressions involving
/freebsd-current/sys/dev/nvme/
H A Dnvme_sysctl.c61 printf("id:%04Xh phase:%d\n", qpair->id, qpair->phase);
H A Dnvme_private.h168 uint32_t phase; member in struct:nvme_qpair
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfsimpl.h95 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align)))
/freebsd-current/contrib/ntp/libparse/
H A Ddata_mbg.c172 synthp->phase = get_lsb_int16(buffpp);
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.h444 * noted even if no data transfers occur. Once the data phase is entered,
781 * to parity errors in each phase table.
784 uint8_t phase; member in struct:ahc_phase_table_entry
1275 ahc_lookup_phase_entry(int phase);
H A Daic79xx.h256 /* The Non-LQ CRC error status is delayed until phase change. */
321 * the mandated bus settle delay between phase changes
474 * noted even if no data transfers occur. Once the data phase is entered,
833 * to parity errors in each phase table.
836 uint8_t phase; member in struct:ahd_phase_table_entry
1488 ahd_lookup_phase_entry(int phase);
H A Daic7xxx.c93 { P_DATAOUT, MSG_NOOP, "in Data-out phase" },
94 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" },
95 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" },
96 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" },
97 { P_COMMAND, MSG_NOOP, "in Command phase" },
98 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
99 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" },
100 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
102 { 0, MSG_NOOP, "in unknown phase" }
653 printf("%s:%c:%d: unknown scsi bus phase
2199 ahc_lookup_phase_entry(int phase) argument
[all...]
/freebsd-current/crypto/openssl/test/
H A Dacvp_test.c1282 const char *phase = NULL, *type = NULL, *desc = NULL; local
1292 phase = (const char *)p->data;
1304 BIO_printf(bio_out, "%s %s %s\n", phase, desc, type);
/freebsd-current/tools/lua/
H A Dtemplate.lua41 local phase
208 if VAR_PHASES and VAR_PHASES[phase()] then
/freebsd-current/contrib/ntp/include/
H A Dntp.h187 u_short phase; /* phase in update cycle */ member in struct:endpt_tag
/freebsd-current/sys/crypto/openssl/arm/
H A Dghash-armv4.S534 vshl.i64 q9,q0,#57 @ 1st phase
542 vshr.u64 q10,q0,#1 @ 2nd phase
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h400 bool InvokeCancelCallback(lldb::ExpressionEvaluationPhase phase) const {
402 ? m_cancel_callback(phase, m_cancel_callback_baton)
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm293 ;; because of low-counter effect, when prologue phase finishes
/freebsd-current/sys/contrib/dev/rtw88/
H A Dcoex.c1259 static void rtw_coex_set_ant_path(struct rtw_dev *rtwdev, bool force, u8 phase) argument
1268 if (!force && coex_dm->cur_ant_pos_type == phase)
1271 coex_dm->cur_ant_pos_type = phase;
1280 switch (phase) {
1403 WARN(1, "unknown phase when setting antenna path\n");

Completed in 509 milliseconds

1234