Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/regs/
H A Dhdmi_reg_video_path.c40 timing_gen_ctrl gen_ctrl; in hdmi_reg_sync_polarity_set() local
43 gen_ctrl.u32 = hdmi_tx_reg_read(reg_addr); in hdmi_reg_sync_polarity_set()
44 gen_ctrl.bits.reg_sync_polarity = reg_sync_polarity; in hdmi_reg_sync_polarity_set()
45 hdmi_tx_reg_write(reg_addr, gen_ctrl.u32); in hdmi_reg_sync_polarity_set()
53 timing_gen_ctrl gen_ctrl; in hdmi_reg_sync_polarity_get() local
56 gen_ctrl.u32 = hdmi_tx_reg_read(reg_addr); in hdmi_reg_sync_polarity_get()
57 return gen_ctrl.bits.reg_sync_polarity; in hdmi_reg_sync_polarity_get()
63 timing_gen_ctrl gen_ctrl; in hdmi_reg_timing_sel_set() local
66 gen_ctrl.u32 = hdmi_tx_reg_read(reg_addr); in hdmi_reg_timing_sel_set()
67 gen_ctrl in hdmi_reg_timing_sel_set()
76 timing_gen_ctrl gen_ctrl; hdmi_reg_timing_sel_get() local
87 timing_gen_ctrl gen_ctrl; hdmi_reg_extmode_set() local
100 timing_gen_ctrl gen_ctrl; hdmi_reg_extmode_get() local
110 timing_gen_ctrl gen_ctrl; hdmi_reg_timing_gen_en_set() local
123 timing_gen_ctrl gen_ctrl; hdmi_reg_timing_gen_en_get() local
192 pattern_gen_ctrll gen_ctrl; hdmi_reg_mask_pattern_en_set() local
[all...]

Completed in 2 milliseconds