Searched refs:write_ibi_reg (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/media/pci/b2c2/ |
D | flexcop-dma.c | 53 fc->write_ibi_reg(fc,dma1_000,v0x0); in flexcop_dma_config() 54 fc->write_ibi_reg(fc,dma1_004,v0x4); in flexcop_dma_config() 55 fc->write_ibi_reg(fc,dma1_00c,v0xc); in flexcop_dma_config() 57 fc->write_ibi_reg(fc,dma2_010,v0x0); in flexcop_dma_config() 58 fc->write_ibi_reg(fc,dma2_014,v0x4); in flexcop_dma_config() 59 fc->write_ibi_reg(fc,dma2_01c,v0xc); in flexcop_dma_config() 101 fc->write_ibi_reg(fc,r0x0,v0x0); in flexcop_dma_xfer_control() 102 fc->write_ibi_reg(fc,r0xc,v0xc); in flexcop_dma_xfer_control() 118 fc->write_ibi_reg(fc,r,v); in flexcop_dma_remap() 134 fc->write_ibi_reg(fc,ctrl_208,v); in flexcop_dma_control_size_irq() [all …]
|
D | flexcop-pci.c | 356 fc->write_ibi_reg = flexcop_pci_write_ibi_reg; in flexcop_pci_probe()
|
/Linux-v4.19/drivers/media/common/b2c2/ |
D | flexcop-hw-filter.c | 37 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()
|
D | flexcop.c | 182 fc->write_ibi_reg(fc,ctrl_208,ibi_zero); in flexcop_reset() 195 fc->write_ibi_reg(fc,sw_reset_210,v210); in flexcop_reset() 202 fc->write_ibi_reg(fc,misc_204,v204); in flexcop_reset() 205 fc->write_ibi_reg(fc,misc_204,v204); in flexcop_reset() 214 fc->write_ibi_reg(fc,ctrl_208,ibi_zero); in flexcop_reset_block_300() 219 fc->write_ibi_reg(fc,sw_reset_210,v210); in flexcop_reset_block_300() 220 fc->write_ibi_reg(fc,ctrl_208,v208_save); in flexcop_reset_block_300()
|
D | flexcop-i2c.c | 20 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()
|
D | flexcop-sram.c | 52 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);
|
D | flexcop-reg.h | 165 fc->write_ibi_reg(fc,reg,v); \
|
D | flexcop-fe-tuner.c | 66 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()
|
D | flexcop-common.h | 99 int (*write_ibi_reg) (struct flexcop_device *, member
|
/Linux-v4.19/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 551 fc->write_ibi_reg = flexcop_usb_write_ibi_reg; in flexcop_usb_probe()
|