Searched refs:cval (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/drivers/power/ |
| H A D | palmas.c | 82 u8 cval = 0, vval = 0; /* Off by default */ in twl603x_mmc1_set_ldo9() local 89 cval = LDO9_BYP_EN | RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9() 92 cval = RSC_MODE_SLEEP | RSC_MODE_ACTIVE; in twl603x_mmc1_set_ldo9() 102 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, LDO9_CTRL, cval); in twl603x_mmc1_set_ldo9() 105 cval ? "on" : "off", err); in twl603x_mmc1_set_ldo9() 116 u8 cval = 0, vval = 0, c32k = 0; in twl603x_audio_power() local 121 cval = SMPS_MODE_SLP_AUTO | SMPS_MODE_ACT_AUTO; in twl603x_audio_power() 132 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, SMPS9_CTRL, cval); in twl603x_audio_power() 135 cval ? "on" : "off", err); in twl603x_audio_power()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | sandbox_osd.c | 93 char cval; in sandbox_osd_print() local 102 cval = 'k'; in sandbox_osd_print() 105 cval = 'w'; in sandbox_osd_print() 108 cval = 'r'; in sandbox_osd_print() 111 cval = 'g'; in sandbox_osd_print() 114 cval = 'b'; in sandbox_osd_print() 124 priv->buf[pos++] = make_memval(*(p++), cval); in sandbox_osd_print()
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | preg_alias.c | 63 static inline void creg_alias(uint32_t cval, PRegs *pregs) in creg_alias() argument 72 : "r"(cval) in creg_alias() 76 static inline void creg_alias_pair(uint32_t cval, PRegs *pregs) in creg_alias_pair() argument 78 uint64_t cval_pair = (0xdeadbeefULL << 32) | cval; in creg_alias_pair()
|
| /openbmc/u-boot/board/compulab/cm_t54/ |
| H A D | cm_t54.c | 55 static int cm_t54_palmas_regulator_set(u8 vreg, u8 vval, u8 creg, u8 cval) in cm_t54_palmas_regulator_set() argument 68 err = palmas_i2c_write_u8(TWL603X_CHIP_P1, creg, cval); in cm_t54_palmas_regulator_set()
|
| /openbmc/qemu/target/arm/ |
| H A D | helper.c | 1431 int istatus = count - offset >= gt->cval; in gt_recalc_timer() 1456 if (uadd64_overflow(gt->cval, offset, &nexttick)) { in gt_recalc_timer() 1506 env->cp15.c14_timer[timeridx].cval = value; in gt_cval_write() 1512 return (uint32_t)(env->cp15.c14_timer[timeridx].cval - in do_tval_read() 1528 env->cp15.c14_timer[timeridx].cval = gt_get_countervalue(env) - offset + in do_tval_write() 1620 return env->cp15.c14_timer[timeridx].cval; in gt_phys_redir_cval_read() 1751 return env->cp15.c14_timer[timeridx].cval; in gt_virt_redir_cval_read() 2106 .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_PHYS].cval), 2115 .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_SEC].cval), 2124 .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_PHYS].cval), [all …]
|
| H A D | cpu.h | 137 uint64_t cval; /* Timer CompareValue register */ member
|
| /openbmc/qemu/target/arm/hvf/ |
| H A D | hvf.c | 1837 uint64_t cval; in hvf_wfi() local 1857 r = hv_vcpu_get_sys_reg(cpu->accel->fd, HV_SYS_REG_CNTV_CVAL_EL0, &cval); in hvf_wfi() 1860 ticks_to_sleep = cval - hvf_vtimer_val(); in hvf_wfi()
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 248 C = "cval" 256 contains "cvalappend" since ``${C}`` immediately expands to "cval". 272 C = "cval" 276 cval". 291 C = "cval" 309 C = "cval" 315 becomes "bval additional data" and ``C`` becomes "additional data cval".
|