Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/b2c2/
Dflexcop-dma.c52 fc->write_ibi_reg(fc,dma1_000,v0x0); in flexcop_dma_config()
53 fc->write_ibi_reg(fc,dma1_004,v0x4); in flexcop_dma_config()
54 fc->write_ibi_reg(fc,dma1_00c,v0xc); in flexcop_dma_config()
56 fc->write_ibi_reg(fc,dma2_010,v0x0); in flexcop_dma_config()
57 fc->write_ibi_reg(fc,dma2_014,v0x4); in flexcop_dma_config()
58 fc->write_ibi_reg(fc,dma2_01c,v0xc); in flexcop_dma_config()
102 fc->write_ibi_reg(fc,r0x0,v0x0); in flexcop_dma_xfer_control()
103 fc->write_ibi_reg(fc,r0xc,v0xc); in flexcop_dma_xfer_control()
119 fc->write_ibi_reg(fc,r,v); in flexcop_dma_remap()
135 fc->write_ibi_reg(fc,ctrl_208,v); in flexcop_dma_control_size_irq()
[all …]
Dflexcop-hw-filter.c36 fc->write_ibi_reg(fc, mac_address_418, v418); in flexcop_set_mac_filter()
37 fc->write_ibi_reg(fc, mac_address_41c, v41c); in flexcop_set_mac_filter()
52 fc->write_ibi_reg(fc, pid_filter_30c, v30c); in flexcop_pid_group_filter()
70 fc->write_ibi_reg(fc, vregname, vpid); \
71 fc->write_ibi_reg(fc, ctrl_208, v208);
148 fc->write_ibi_reg(fc, index_reg_310, vid); in flexcop_pid_control()
153 fc->write_ibi_reg(fc, pid_n_reg_314, vpid); in flexcop_pid_control()
229 fc->write_ibi_reg(fc, pid_filter_308, v); in flexcop_hw_filter_init()
Dflexcop.c186 fc->write_ibi_reg(fc,ctrl_208,ibi_zero); in flexcop_reset()
199 fc->write_ibi_reg(fc,sw_reset_210,v210); in flexcop_reset()
206 fc->write_ibi_reg(fc,misc_204,v204); in flexcop_reset()
209 fc->write_ibi_reg(fc,misc_204,v204); in flexcop_reset()
218 fc->write_ibi_reg(fc,ctrl_208,ibi_zero); in flexcop_reset_block_300()
223 fc->write_ibi_reg(fc,sw_reset_210,v210); in flexcop_reset_block_300()
224 fc->write_ibi_reg(fc,ctrl_208,v208_save); in flexcop_reset_block_300()
Dflexcop-i2c.c19 fc->write_ibi_reg(fc, tw_sm_c_100, ibi_zero); in flexcop_i2c_operation()
20 fc->write_ibi_reg(fc, tw_sm_c_100, *r100); /* initiating i2c operation */ in flexcop_i2c_operation()
102 fc->write_ibi_reg(fc, tw_sm_c_104, r104); in flexcop_i2c_write4()
Dflexcop-sram.c51 fc->write_ibi_reg(fc,sram_dest_reg_714,v); in flexcop_sram_set_dest()
70 fc->write_ibi_reg(fc,sram_dest_reg_714,v); in flexcop_sram_ctrl()
309 fc->write_ibi_reg(fc, ctrl_208, ibi_zero);
Dflexcop-reg.h163 fc->write_ibi_reg(fc,reg,v); \
Dflexcop-fe-tuner.c54 return fc->write_ibi_reg(fc, misc_204, v); in flexcop_set_voltage()
94 return fc->write_ibi_reg(fc,lnb_switch_freq_200,v); in flexcop_set_tone()
336 fc->write_ibi_reg(fc, tw_sm_c_108, r108); in skystar2_rev27_attach()
Dflexcop-common.h98 int (*write_ibi_reg) (struct flexcop_device *, member
Dflexcop-pci.c359 fc->write_ibi_reg = flexcop_pci_write_ibi_reg; in flexcop_pci_probe()
Dflexcop-usb.c524 fc->write_ibi_reg = flexcop_usb_write_ibi_reg; in flexcop_usb_probe()