Home
last modified time | relevance | path

Searched refs:regw (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/media/platform/ti/davinci/
H A Dvpif.h131 regw((regr(reg)) | (0x01 << bit), reg); in vpif_set_bit()
136 regw(((regr(reg)) & ~(0x01 << bit)), reg); in vpif_clr_bit()
363 regw(top_vbi, VPIF_CH0_TOP_STRT_ADD_VANC); in ch0_set_vbi_addr()
364 regw(btm_vbi, VPIF_CH0_BTM_STRT_ADD_VANC); in ch0_set_vbi_addr()
370 regw(top_vbi, VPIF_CH0_TOP_STRT_ADD_HANC); in ch0_set_hbi_addr()
371 regw(btm_vbi, VPIF_CH0_BTM_STRT_ADD_HANC); in ch0_set_hbi_addr()
377 regw(top_vbi, VPIF_CH1_TOP_STRT_ADD_VANC); in ch1_set_vbi_addr()
378 regw(btm_vbi, VPIF_CH1_BTM_STRT_ADD_VANC); in ch1_set_vbi_addr()
384 regw(top_vbi, VPIF_CH1_TOP_STRT_ADD_HANC); in ch1_set_hbi_addr()
385 regw(btm_vbi, VPIF_CH1_BTM_STRT_ADD_HANC); in ch1_set_hbi_addr()
[all …]
H A Dvpif.c299 regw(value, vpifregs[channel_id].h_cfg); in vpif_set_mode_info()
304 regw(value, vpifregs[channel_id].v_cfg_00); in vpif_set_mode_info()
309 regw(value, vpifregs[channel_id].v_cfg_01); in vpif_set_mode_info()
314 regw(value, vpifregs[channel_id].v_cfg_02); in vpif_set_mode_info()
317 regw(value, vpifregs[channel_id].v_cfg); in vpif_set_mode_info()
369 regw(value, reg); in config_vpif_params()
373 regw((vpifparams->video_params.hpitch), in config_vpif_params()
395 regw(0x80, VPIF_REQ_SIZE); in vpif_set_video_params()
396 regw(0x01, VPIF_EMULATION_CTRL); in vpif_set_video_params()
409 regw(value, vpifregs[channel_id].vanc0_strt); in vpif_set_vbi_display_params()
[all …]
/linux-6.15/drivers/ata/
H A Dpata_sis.c656 u16 regw; in sis_fixup() local
660 pci_read_config_word(pdev, 0x50, &regw); in sis_fixup()
661 if (regw & 0x08) in sis_fixup()
662 pci_write_config_word(pdev, 0x50, regw & ~0x08); in sis_fixup()
663 pci_read_config_word(pdev, 0x52, &regw); in sis_fixup()
664 if (regw & 0x08) in sis_fixup()
665 pci_write_config_word(pdev, 0x52, regw & ~0x08); in sis_fixup()