Searched refs:mgb4_read_reg (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/pci/mgb4/ |
| H A D | mgb4_vin.c | 117 config = mgb4_read_reg(&voutdev->mgbdev->video, in loopback_dev() 165 u32 status = mgb4_read_reg(video, regs->status); in get_timings() 166 u32 pclk = mgb4_read_reg(video, regs->pclk); in get_timings() 167 u32 hsync = mgb4_read_reg(video, regs->hsync); in get_timings() 168 u32 vsync = mgb4_read_reg(video, regs->vsync); in get_timings() 169 u32 resolution = mgb4_read_reg(video, regs->resolution); in get_timings() 215 u32 config = mgb4_read_reg(video, vindev->config->regs.config); in queue_setup() 253 u32 config = mgb4_read_reg(video, vindev->config->regs.config); in buffer_prepare() 426 u32 config = mgb4_read_reg(video, vindev->config->regs.config); in vidioc_g_fmt() 496 config = mgb4_read_reg(video, vindev->config->regs.config); in vidioc_s_fmt() [all …]
|
| H A D | mgb4_regs.h | 20 #define mgb4_read_reg(regs, offset) \ macro 26 u32 ret = mgb4_read_reg(regs, reg); in mgb4_mask_reg()
|
| H A D | mgb4_vout.c | 75 u32 hsync = mgb4_read_reg(video, regs->hsync); in get_timings() 76 u32 vsync = mgb4_read_reg(video, regs->vsync); in get_timings() 77 u32 resolution = mgb4_read_reg(video, regs->resolution); in get_timings() 116 u32 config = mgb4_read_reg(video, voutdev->config->regs.config); in queue_setup() 152 u32 config = mgb4_read_reg(video, voutdev->config->regs.config); in buffer_prepare() 210 addr = mgb4_read_reg(video, config->regs.address); in start_streaming() 274 u32 config = mgb4_read_reg(video, voutdev->config->regs.config); in vidioc_g_fmt() 348 config = mgb4_read_reg(video, voutdev->config->regs.config); in vidioc_s_fmt() 439 timer = mgb4_read_reg(video, voutdev->config->regs.timer); in vidioc_g_parm() 558 config = mgb4_read_reg(video, voutdev->config->regs.config); in fh_open() [all …]
|
| H A D | mgb4_sysfs_pci.c | 34 u32 config = mgb4_read_reg(&mgbdev->video, 0xC4); in fw_version_show() 43 u32 config = mgb4_read_reg(&mgbdev->video, 0xC4); in fw_type_show()
|
| H A D | mgb4_cmt.c | 205 config = mgb4_read_reg(video, regs->config); in mgb4_cmt_set_vout_freq() 236 config = mgb4_read_reg(video, regs->config); in mgb4_cmt_set_vin_freq_range()
|
| H A D | mgb4_io.h | 36 u32 status = mgb4_read_reg(video, 0xD0); in has_yuv_and_timeperframe()
|
| H A D | mgb4_core.c | 92 raw = mgb4_read_reg(&mgbdev->video, 0xD0); in temp_read() 423 fw_version = mgb4_read_reg(&mgbdev->video, 0xC4) >> 24; in get_module_version()
|