Home
last modified time | relevance | path

Searched refs:vref (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/genesys/
H A Dgl846.cpp407 std::uint8_t vref = 0; in gl846_init_motor_regs_scan() local
408 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL; in gl846_init_motor_regs_scan()
409 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK; in gl846_init_motor_regs_scan()
410 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST; in gl846_init_motor_regs_scan()
411 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME; in gl846_init_motor_regs_scan()
412 reg->set8(REG_0x80, vref); in gl846_init_motor_regs_scan()
H A Dgl842.cpp353 std::uint8_t vref = 0; in gl842_init_motor_regs_scan() local
354 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL; in gl842_init_motor_regs_scan()
355 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK; in gl842_init_motor_regs_scan()
356 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST; in gl842_init_motor_regs_scan()
357 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME; in gl842_init_motor_regs_scan()
358 reg->set8(REG_0x80, vref); in gl842_init_motor_regs_scan()
H A Dgl843.cpp754 std::uint8_t vref = 0; in gl843_init_motor_regs_scan() local
755 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE1_NORMAL) & REG_0x80_TABLE1_NORMAL; in gl843_init_motor_regs_scan()
756 vref |= (motor_profile.motor_vref << REG_0x80S_TABLE2_BACK) & REG_0x80_TABLE2_BACK; in gl843_init_motor_regs_scan()
757 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE4_FAST) & REG_0x80_TABLE4_FAST; in gl843_init_motor_regs_scan()
758 vref |= (fast_profile->motor_vref << REG_0x80S_TABLE5_GO_HOME) & REG_0x80_TABLE5_GO_HOME; in gl843_init_motor_regs_scan()
759 reg->set8(REG_0x80, vref); in gl843_init_motor_regs_scan()
1585 // turns on vref control for maximum current of the motor driver in asic_boot()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c358 int href = 1, vref = 1; in getSubsamp() local
362 href = tjMCUWidth[i] / 8; vref = tjMCUHeight[i] / 8; in getSubsamp()
365 dinfo->comp_info[k].v_samp_factor == vref) in getSubsamp()
380 int href = tjMCUHeight[i] / 8, vref = tjMCUWidth[i] / 8; in getSubsamp() local
384 href = vref = 2; in getSubsamp()
387 dinfo->comp_info[k].v_samp_factor == vref) in getSubsamp()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c1176 LLVMValueRef vref; in output_fn() local
1183 vref = phisrc->src->priv; in output_fn()
1184 LLVMAddIncoming(insn->target->priv, &vref, &bref, 1); in output_fn()
/third_party/backends/backend/
H A Dhp3900_config.c1868 SANE_Int vref[2]; in hp3800_vrefs() member
1893 *ser = reg[a].vref[0]; in hp3800_vrefs()
1894 *ler = reg[a].vref[1]; in hp3800_vrefs()
1908 SANE_Int vref[2]; in hp3970_vrefs() member
1962 *ser = reg[a].vref[0]; in hp3970_vrefs()
1963 *ler = reg[a].vref[1]; in hp3970_vrefs()
1975 SANE_Int vref[2]; in hp4370_vrefs() member
2001 *ser = reg[a].vref[0]; in hp4370_vrefs()
2002 *ler = reg[a].vref[1]; in hp4370_vrefs()
/third_party/ffmpeg/libavcodec/
H A Dvp9block.c97 int vref, filter_id; in decode_mode() local
676 vref = b->ref[b->comp ? s->s.h.signbias[s->s.h.varcompref[0]] : 0]; in decode_mode()
727 SPLAT_CTX(perf->dir##_ref_ctx[off], vref, n); \ in decode_mode()

Completed in 26 milliseconds