Searched refs:gen_ctrl (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
D | venc.c | 119 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/ |
D | venc.c | 118 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/ |
D | cx231xx-avcore.c | 1112 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/ |
D | ivpu_hw_37xx.c | 87 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()
|