Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
Dvenc.c119 u32 gen_ctrl; member
164 .gen_ctrl = 0x00FF0000,
209 .gen_ctrl = 0x00F90000,
320 venc_write_reg(VENC_GEN_CTRL, config->gen_ctrl); in venc_write_config()
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/
Dvenc.c118 u32 gen_ctrl; member
163 .gen_ctrl = 0x00FF0000,
208 .gen_ctrl = 0x00F90000,
333 venc_write_reg(venc, VENC_GEN_CTRL, config->gen_ctrl); in venc_write_config()
/Linux-v6.6/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c1112 u8 gen_ctrl; in cx231xx_set_audio_decoder_input() local
1116 status = vid_blk_read_byte(dev, GENERAL_CTL, &gen_ctrl); in cx231xx_set_audio_decoder_input()
1117 gen_ctrl |= 1; in cx231xx_set_audio_decoder_input()
1118 status = vid_blk_write_byte(dev, GENERAL_CTL, gen_ctrl); in cx231xx_set_audio_decoder_input()
1241 status = vid_blk_read_byte(dev, GENERAL_CTL, &gen_ctrl); in cx231xx_set_audio_decoder_input()
1242 gen_ctrl &= ~1; in cx231xx_set_audio_decoder_input()
1243 status = vid_blk_write_byte(dev, GENERAL_CTL, gen_ctrl); in cx231xx_set_audio_decoder_input()
/Linux-v6.6/drivers/accel/ivpu/
Divpu_hw_37xx.c87 u32 gen_ctrl = REGV_RD32(VPU_37XX_HOST_SS_GEN_CTRL); in ivpu_hw_read_platform() local
88 u32 platform = REG_GET_FLD(VPU_37XX_HOST_SS_GEN_CTRL, PS, gen_ctrl); in ivpu_hw_read_platform()