Home
last modified time | relevance | path

Searched refs:write_ibi_reg (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-dma.c54 fc->write_ibi_reg(fc, dma1_000, v0x0); in flexcop_dma_config()
55 fc->write_ibi_reg(fc, dma1_004, v0x4); in flexcop_dma_config()
56 fc->write_ibi_reg(fc, dma1_00c, v0xc); in flexcop_dma_config()
58 fc->write_ibi_reg(fc, dma2_010, v0x0); in flexcop_dma_config()
59 fc->write_ibi_reg(fc, dma2_014, v0x4); in flexcop_dma_config()
104 fc->write_ibi_reg(fc, r0x0, v0x0); in flexcop_dma_xfer_control()
105 fc->write_ibi_reg(fc, r0xc, v0xc); in flexcop_dma_xfer_control()
122 fc->write_ibi_reg(fc, r, v); in flexcop_dma_remap()
138 fc->write_ibi_reg(fc, ctrl_208, v); in flexcop_dma_control_size_irq()
155 fc->write_ibi_reg(fc, ctrl_208, v); in flexcop_dma_control_timer_irq()
[all …]
H A Dflexcop-pci.c360 fc->write_ibi_reg = flexcop_pci_write_ibi_reg; in flexcop_pci_probe()
/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-hw-filter.c37 fc->write_ibi_reg(fc, mac_address_418, v418); in flexcop_set_mac_filter()
38 fc->write_ibi_reg(fc, mac_address_41c, v41c); in flexcop_set_mac_filter()
53 fc->write_ibi_reg(fc, pid_filter_30c, v30c); in flexcop_pid_group_filter()
71 fc->write_ibi_reg(fc, vregname, vpid); \
72 fc->write_ibi_reg(fc, ctrl_208, v208)
153 fc->write_ibi_reg(fc, index_reg_310, vid); in flexcop_pid_control()
158 fc->write_ibi_reg(fc, pid_n_reg_314, vpid); in flexcop_pid_control()
242 fc->write_ibi_reg(fc, pid_filter_308, v); in flexcop_hw_filter_init()
H A Dflexcop.c173 fc->write_ibi_reg(fc,ctrl_208,ibi_zero); in flexcop_reset()
186 fc->write_ibi_reg(fc,sw_reset_210,v210); in flexcop_reset()
193 fc->write_ibi_reg(fc,misc_204,v204); in flexcop_reset()
196 fc->write_ibi_reg(fc,misc_204,v204); in flexcop_reset()
205 fc->write_ibi_reg(fc,ctrl_208,ibi_zero); in flexcop_reset_block_300()
210 fc->write_ibi_reg(fc,sw_reset_210,v210); in flexcop_reset_block_300()
211 fc->write_ibi_reg(fc,ctrl_208,v208_save); in flexcop_reset_block_300()
H A Dflexcop-sram.c52 fc->write_ibi_reg(fc,sram_dest_reg_714,v); in flexcop_sram_set_dest()
71 fc->write_ibi_reg(fc,sram_dest_reg_714,v); in flexcop_sram_ctrl()
310 fc->write_ibi_reg(fc, ctrl_208, ibi_zero);
H A Dflexcop-i2c.c20 fc->write_ibi_reg(fc, tw_sm_c_100, ibi_zero); in flexcop_i2c_operation()
21 fc->write_ibi_reg(fc, tw_sm_c_100, *r100); /* initiating i2c operation */ in flexcop_i2c_operation()
103 fc->write_ibi_reg(fc, tw_sm_c_104, r104); in flexcop_i2c_write4()
H A Dflexcop-reg.h165 fc->write_ibi_reg(fc,reg,v); \
H A Dflexcop-fe-tuner.c66 return fc->write_ibi_reg(fc, misc_204, v); in flexcop_set_voltage()
106 return fc->write_ibi_reg(fc,lnb_switch_freq_200,v); in flexcop_set_tone()
348 fc->write_ibi_reg(fc, tw_sm_c_108, r108); in skystar2_rev27_attach()
H A Dflexcop-common.h99 int (*write_ibi_reg) (struct flexcop_device *, member
/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c567 fc->write_ibi_reg = flexcop_usb_write_ibi_reg; in flexcop_usb_probe()