Home
last modified time | relevance | path

Searched refs:rc_mode (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-abx80x.c183 int err, flags, rc_mode = 0; in abx80x_rtc_read_time() local
187 if (rc_mode < 0) in abx80x_rtc_read_time()
188 return rc_mode; in abx80x_rtc_read_time()
190 if (!rc_mode) { in abx80x_rtc_read_time()
449 rc_mode = 1; in oscillator_store()
451 rc_mode = 0; in oscillator_store()
461 if (rc_mode == 0) in oscillator_store()
482 int rc_mode = 0; in oscillator_show() local
487 if (rc_mode < 0) { in oscillator_show()
490 return rc_mode; in oscillator_show()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_rc.c36 u32 rc_mode = enable ? INTEL_GUCRC_FIRMWARE_CONTROL : in guc_action_control_gucrc() local
40 rc_mode in guc_action_control_gucrc()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_codec.h27 u32 rc_mode; member
H A Dvenc.c533 venc->params.rc_mode = ctrl->val; in venc_op_s_ctrl()
1205 venc->params.rc_mode, in venc_get_debug_info()
H A Dvpu_windsor.c1133 vpu_windsor_set_bitrate_mode(windsor, params->rc_enable, params->rc_mode); in vpu_windsor_set_params()