| /kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
| D | flexcop.c | 47 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local 48 return flexcop_pid_feed_control(fc, dvbdmxfeed, 1); in flexcop_dvb_start_feed() 53 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local 54 return flexcop_pid_feed_control(fc, dvbdmxfeed, 0); in flexcop_dvb_stop_feed() 57 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init() argument 59 int ret = dvb_register_adapter(&fc->dvb_adapter, in flexcop_dvb_init() 60 "FlexCop Digital TV device", fc->owner, in flexcop_dvb_init() 61 fc->dev, adapter_nr); in flexcop_dvb_init() 66 fc->dvb_adapter.priv = fc; in flexcop_dvb_init() 68 fc->demux.dmx.capabilities = (DMX_TS_FILTERING | DMX_SECTION_FILTERING in flexcop_dvb_init() [all …]
|
| D | flexcop-hw-filter.c | 9 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl() argument 15 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl() argument 20 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_null_filter_ctrl() argument 25 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter() argument 28 v41c = fc->read_ibi_reg(fc, mac_address_41c); in flexcop_set_mac_filter() 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() 41 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_mac_filter_ctrl() argument 46 static void flexcop_pid_group_filter(struct flexcop_device *fc, in flexcop_pid_group_filter() argument 53 fc->write_ibi_reg(fc, pid_filter_30c, v30c); in flexcop_pid_group_filter() [all …]
|
| D | flexcop-i2c.c | 11 static int flexcop_i2c_operation(struct flexcop_device *fc, in flexcop_i2c_operation() argument 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() 24 r = fc->read_ibi_reg(fc, tw_sm_c_100); in flexcop_i2c_operation() 59 if (i2c->fc->dev_type == FC_SKY_REV27) in flexcop_i2c_read4() 62 ret = flexcop_i2c_operation(i2c->fc, &r100); in flexcop_i2c_read4() 66 ret = flexcop_i2c_operation(i2c->fc, &r100); in flexcop_i2c_read4() 76 r104 = i2c->fc->read_ibi_reg(i2c->fc, tw_sm_c_104); in flexcop_i2c_read4() 87 static int flexcop_i2c_write4(struct flexcop_device *fc, in flexcop_i2c_write4() argument 103 fc->write_ibi_reg(fc, tw_sm_c_104, r104); in flexcop_i2c_write4() [all …]
|
| D | flexcop-fe-tuner.c | 34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() local 36 return request_firmware(fw, name, fc->dev); in flexcop_fe_request_firmware() 45 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage() local 49 v = fc->read_ibi_reg(fc, misc_204); in flexcop_set_voltage() 66 return fc->write_ibi_reg(fc, misc_204, v); in flexcop_set_voltage() 73 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep() local 74 if (fc->fe_sleep) in flexcop_sleep() 75 return fc->fe_sleep(fe); in flexcop_sleep() 85 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone() local 106 return fc->write_ibi_reg(fc,lnb_switch_freq_200,v); in flexcop_set_tone() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
| D | flexcop.c | 56 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local 57 return flexcop_pid_feed_control(fc, dvbdmxfeed, 1); in flexcop_dvb_start_feed() 62 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local 63 return flexcop_pid_feed_control(fc, dvbdmxfeed, 0); in flexcop_dvb_stop_feed() 66 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init() argument 68 int ret = dvb_register_adapter(&fc->dvb_adapter, in flexcop_dvb_init() 69 "FlexCop Digital TV device", fc->owner, in flexcop_dvb_init() 70 fc->dev, adapter_nr); in flexcop_dvb_init() 75 fc->dvb_adapter.priv = fc; in flexcop_dvb_init() 77 fc->demux.dmx.capabilities = (DMX_TS_FILTERING | DMX_SECTION_FILTERING in flexcop_dvb_init() [all …]
|
| D | flexcop-hw-filter.c | 9 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl() argument 15 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl() argument 20 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_null_filter_ctrl() argument 25 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter() argument 28 v41c = fc->read_ibi_reg(fc, mac_address_41c); in flexcop_set_mac_filter() 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() 41 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_mac_filter_ctrl() argument 46 static void flexcop_pid_group_filter(struct flexcop_device *fc, in flexcop_pid_group_filter() argument 53 fc->write_ibi_reg(fc, pid_filter_30c, v30c); in flexcop_pid_group_filter() [all …]
|
| D | flexcop-i2c.c | 11 static int flexcop_i2c_operation(struct flexcop_device *fc, in flexcop_i2c_operation() argument 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() 24 r = fc->read_ibi_reg(fc, tw_sm_c_100); in flexcop_i2c_operation() 59 if (i2c->fc->dev_type == FC_SKY_REV27) in flexcop_i2c_read4() 62 ret = flexcop_i2c_operation(i2c->fc, &r100); in flexcop_i2c_read4() 66 ret = flexcop_i2c_operation(i2c->fc, &r100); in flexcop_i2c_read4() 76 r104 = i2c->fc->read_ibi_reg(i2c->fc, tw_sm_c_104); in flexcop_i2c_read4() 87 static int flexcop_i2c_write4(struct flexcop_device *fc, in flexcop_i2c_write4() argument 103 fc->write_ibi_reg(fc, tw_sm_c_104, r104); in flexcop_i2c_write4() [all …]
|
| D | flexcop-fe-tuner.c | 34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() local 36 return request_firmware(fw, name, fc->dev); in flexcop_fe_request_firmware() 45 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage() local 49 v = fc->read_ibi_reg(fc, misc_204); in flexcop_set_voltage() 66 return fc->write_ibi_reg(fc, misc_204, v); in flexcop_set_voltage() 73 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep() local 74 if (fc->fe_sleep) in flexcop_sleep() 75 return fc->fe_sleep(fe); in flexcop_sleep() 85 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone() local 106 return fc->write_ibi_reg(fc,lnb_switch_freq_200,v); in flexcop_set_tone() [all …]
|
| /kernel/linux/linux-5.10/fs/ |
| D | fs_context.c | 39 static int legacy_init_fs_context(struct fs_context *fc); 61 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key) in vfs_parse_sb_flag() argument 67 fc->sb_flags |= token; in vfs_parse_sb_flag() 68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag() 74 fc->sb_flags &= ~token; in vfs_parse_sb_flag() 75 fc->sb_flags_mask |= token; in vfs_parse_sb_flag() 84 * @fc: The filesystem context to modify 94 int vfs_parse_fs_param_source(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param_source() argument 100 return invalf(fc, "Non-string source"); in vfs_parse_fs_param_source() 102 if (fc->source) in vfs_parse_fs_param_source() [all …]
|
| /kernel/linux/linux-6.6/fs/ |
| D | fs_context.c | 39 static int legacy_init_fs_context(struct fs_context *fc); 61 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key) in vfs_parse_sb_flag() argument 67 fc->sb_flags |= token; in vfs_parse_sb_flag() 68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag() 74 fc->sb_flags &= ~token; in vfs_parse_sb_flag() 75 fc->sb_flags_mask |= token; in vfs_parse_sb_flag() 84 * @fc: The filesystem context to modify 94 int vfs_parse_fs_param_source(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param_source() argument 100 return invalf(fc, "Non-string source"); in vfs_parse_fs_param_source() 102 if (fc->source) in vfs_parse_fs_param_source() [all …]
|
| D | fsopen.c | 27 struct fs_context *fc = file->private_data; in fscontext_read() local 28 struct fc_log *log = fc->log.log; in fscontext_read() 35 ret = mutex_lock_interruptible(&fc->uapi_mutex); in fscontext_read() 40 mutex_unlock(&fc->uapi_mutex); in fscontext_read() 50 mutex_unlock(&fc->uapi_mutex); in fscontext_read() 69 struct fs_context *fc = file->private_data; in fscontext_release() local 71 if (fc) { in fscontext_release() 73 put_fs_context(fc); in fscontext_release() 87 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags) in fscontext_create_fd() argument 91 fd = anon_inode_getfd("[fscontext]", &fscontext_fops, fc, in fscontext_create_fd() [all …]
|
| /kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
| D | avmfritz.c | 172 struct fritzcard *fc = p; in ReadISAC_V1() local 175 outb(idx, fc->addr + CHIP_INDEX); in ReadISAC_V1() 176 return inb(fc->addr + CHIP_WINDOW + (offset & 0xf)); in ReadISAC_V1() 182 struct fritzcard *fc = p; in WriteISAC_V1() local 185 outb(idx, fc->addr + CHIP_INDEX); in WriteISAC_V1() 186 outb(value, fc->addr + CHIP_WINDOW + (offset & 0xf)); in WriteISAC_V1() 192 struct fritzcard *fc = p; in ReadFiFoISAC_V1() local 194 outb(AVM_ISAC_FIFO, fc->addr + CHIP_INDEX); in ReadFiFoISAC_V1() 195 insb(fc->addr + CHIP_WINDOW, data, size); in ReadFiFoISAC_V1() 201 struct fritzcard *fc = p; in WriteFiFoISAC_V1() local [all …]
|
| /kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
| D | avmfritz.c | 172 struct fritzcard *fc = p; in ReadISAC_V1() local 175 outb(idx, fc->addr + CHIP_INDEX); in ReadISAC_V1() 176 return inb(fc->addr + CHIP_WINDOW + (offset & 0xf)); in ReadISAC_V1() 182 struct fritzcard *fc = p; in WriteISAC_V1() local 185 outb(idx, fc->addr + CHIP_INDEX); in WriteISAC_V1() 186 outb(value, fc->addr + CHIP_WINDOW + (offset & 0xf)); in WriteISAC_V1() 192 struct fritzcard *fc = p; in ReadFiFoISAC_V1() local 194 outb(AVM_ISAC_FIFO, fc->addr + CHIP_INDEX); in ReadFiFoISAC_V1() 195 insb(fc->addr + CHIP_WINDOW, data, size); in ReadFiFoISAC_V1() 201 struct fritzcard *fc = p; in WriteFiFoISAC_V1() local [all …]
|
| /kernel/linux/linux-5.10/fs/fuse/ |
| D | control.c | 25 struct fuse_conn *fc; in fuse_ctl_file_conn_get() local 27 fc = file_inode(file)->i_private; in fuse_ctl_file_conn_get() 28 if (fc) in fuse_ctl_file_conn_get() 29 fc = fuse_conn_get(fc); in fuse_ctl_file_conn_get() 31 return fc; in fuse_ctl_file_conn_get() 37 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_abort_write() local 38 if (fc) { in fuse_conn_abort_write() 39 if (fc->abort_err) in fuse_conn_abort_write() 40 fc->aborted = true; in fuse_conn_abort_write() 41 fuse_abort_conn(fc); in fuse_conn_abort_write() [all …]
|
| D | inode.c | 128 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode() local 133 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode() 144 static int fuse_reconfigure(struct fs_context *fc) in fuse_reconfigure() argument 146 struct super_block *sb = fc->root->d_sb; in fuse_reconfigure() 149 if (fc->sb_flags & SB_MANDLOCK) in fuse_reconfigure() 170 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common() local 175 fi->attr_version = atomic64_inc_return(&fc->attr_version); in fuse_change_attributes_common() 182 inode->i_uid = make_kuid(fc->user_ns, attr->uid); in fuse_change_attributes_common() 183 inode->i_gid = make_kgid(fc->user_ns, attr->gid); in fuse_change_attributes_common() 194 if (!fc->writeback_cache || !S_ISREG(inode->i_mode)) { in fuse_change_attributes_common() [all …]
|
| /kernel/linux/linux-6.6/fs/fuse/ |
| D | control.c | 25 struct fuse_conn *fc; in fuse_ctl_file_conn_get() local 27 fc = file_inode(file)->i_private; in fuse_ctl_file_conn_get() 28 if (fc) in fuse_ctl_file_conn_get() 29 fc = fuse_conn_get(fc); in fuse_ctl_file_conn_get() 31 return fc; in fuse_ctl_file_conn_get() 37 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_abort_write() local 38 if (fc) { in fuse_conn_abort_write() 39 if (fc->abort_err) in fuse_conn_abort_write() 40 fc->aborted = true; in fuse_conn_abort_write() 41 fuse_abort_conn(fc); in fuse_conn_abort_write() [all …]
|
| D | inode.c | 135 static void fuse_cleanup_submount_lookup(struct fuse_conn *fc, in fuse_cleanup_submount_lookup() argument 141 fuse_queue_forget(fc, sl->forget, sl->nodeid, 1); in fuse_cleanup_submount_lookup() 156 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_evict_inode() local 161 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode() 167 fuse_cleanup_submount_lookup(fc, fi->submount_lookup); in fuse_evict_inode() 204 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_change_attributes_common() local 209 fi->attr_version = atomic64_inc_return(&fc->attr_version); in fuse_change_attributes_common() 217 inode->i_uid = make_kuid(fc->user_ns, attr->uid); in fuse_change_attributes_common() 218 inode->i_gid = make_kgid(fc->user_ns, attr->gid); in fuse_change_attributes_common() 267 if (!fc->default_permissions) in fuse_change_attributes_common() [all …]
|
| /kernel/linux/linux-6.6/drivers/dma-buf/ |
| D | st-dma-fence-chain.c | 113 static int fence_chains_init(struct fence_chains *fc, unsigned int count, in fence_chains_init() argument 119 fc->chains = kvmalloc_array(count, sizeof(*fc->chains), in fence_chains_init() 121 if (!fc->chains) in fence_chains_init() 124 fc->fences = kvmalloc_array(count, sizeof(*fc->fences), in fence_chains_init() 126 if (!fc->fences) { in fence_chains_init() 131 fc->tail = NULL; in fence_chains_init() 133 fc->fences[i] = mock_fence(); in fence_chains_init() 134 if (!fc->fences[i]) { in fence_chains_init() 139 fc->chains[i] = mock_chain(fc->tail, in fence_chains_init() 140 fc->fences[i], in fence_chains_init() [all …]
|
| /kernel/linux/linux-5.10/drivers/dma-buf/ |
| D | st-dma-fence-chain.c | 119 static int fence_chains_init(struct fence_chains *fc, unsigned int count, in fence_chains_init() argument 125 fc->chains = kvmalloc_array(count, sizeof(*fc->chains), in fence_chains_init() 127 if (!fc->chains) in fence_chains_init() 130 fc->fences = kvmalloc_array(count, sizeof(*fc->fences), in fence_chains_init() 132 if (!fc->fences) { in fence_chains_init() 137 fc->tail = NULL; in fence_chains_init() 139 fc->fences[i] = mock_fence(); in fence_chains_init() 140 if (!fc->fences[i]) { in fence_chains_init() 145 fc->chains[i] = mock_chain(fc->tail, in fence_chains_init() 146 fc->fences[i], in fence_chains_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
| D | qla_devtbl.h | 8 "QLA2340", "133MHz PCI-X to 2Gb FC, Single Channel", /* 0x100 */ 9 "QLA2342", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x101 */ 10 "QLA2344", "133MHz PCI-X to 2Gb FC, Quad Channel", /* 0x102 */ 11 "QCP2342", "cPCI to 2Gb FC, Dual Channel", /* 0x103 */ 12 "QSB2340", "SBUS to 2Gb FC, Single Channel", /* 0x104 */ 13 "QSB2342", "SBUS to 2Gb FC, Dual Channel", /* 0x105 */ 14 "QLA2310", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x106 */ 15 "QLA2332", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x107 */ 16 "QCP2332", "Sun cPCI to 2Gb FC, Dual Channel", /* 0x108 */ 17 "QCP2340", "cPCI to 2Gb FC, Single Channel", /* 0x109 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
| D | qla_devtbl.h | 8 "QLA2340", "133MHz PCI-X to 2Gb FC, Single Channel", /* 0x100 */ 9 "QLA2342", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x101 */ 10 "QLA2344", "133MHz PCI-X to 2Gb FC, Quad Channel", /* 0x102 */ 11 "QCP2342", "cPCI to 2Gb FC, Dual Channel", /* 0x103 */ 12 "QSB2340", "SBUS to 2Gb FC, Single Channel", /* 0x104 */ 13 "QSB2342", "SBUS to 2Gb FC, Dual Channel", /* 0x105 */ 14 "QLA2310", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x106 */ 15 "QLA2332", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x107 */ 16 "QCP2332", "Sun cPCI to 2Gb FC, Dual Channel", /* 0x108 */ 17 "QCP2340", "cPCI to 2Gb FC, Single Channel", /* 0x109 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-flakey.c | 18 #define all_corrupt_bio_flags_match(bio, fc) \ argument 19 (((bio)->bi_opf & (fc)->corrupt_bio_flags) == (fc)->corrupt_bio_flags) 47 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() argument 82 if (test_and_set_bit(DROP_WRITES, &fc->flags)) { in parse_features() 85 } else if (test_bit(ERROR_WRITES, &fc->flags)) { in parse_features() 97 if (test_and_set_bit(ERROR_WRITES, &fc->flags)) { in parse_features() 101 } else if (test_bit(DROP_WRITES, &fc->flags)) { in parse_features() 118 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error); in parse_features() 128 fc->corrupt_bio_rw = WRITE; in parse_features() 130 fc->corrupt_bio_rw = READ; in parse_features() [all …]
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-flakey.c | 21 #define all_corrupt_bio_flags_match(bio, fc) \ argument 22 (((bio)->bi_opf & (fc)->corrupt_bio_flags) == (fc)->corrupt_bio_flags) 54 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() argument 89 if (test_and_set_bit(ERROR_READS, &fc->flags)) { in parse_features() 100 if (test_and_set_bit(DROP_WRITES, &fc->flags)) { in parse_features() 103 } else if (test_bit(ERROR_WRITES, &fc->flags)) { in parse_features() 115 if (test_and_set_bit(ERROR_WRITES, &fc->flags)) { in parse_features() 119 } else if (test_bit(DROP_WRITES, &fc->flags)) { in parse_features() 136 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error); in parse_features() 146 fc->corrupt_bio_rw = WRITE; in parse_features() [all …]
|
| /kernel/linux/linux-6.6/drivers/media/pci/b2c2/ |
| D | flexcop-dma.c | 42 int flexcop_dma_config(struct flexcop_device *fc, in flexcop_dma_config() argument 54 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() 60 fc->write_ibi_reg(fc, dma2_01c, v0xc); in flexcop_dma_config() 72 int flexcop_dma_xfer_control(struct flexcop_device *fc, in flexcop_dma_xfer_control() argument 92 v0x0 = fc->read_ibi_reg(fc, r0x0); in flexcop_dma_xfer_control() 93 v0xc = fc->read_ibi_reg(fc, r0xc); in flexcop_dma_xfer_control() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/b2c2/ |
| D | flexcop-dma.c | 42 int flexcop_dma_config(struct flexcop_device *fc, in flexcop_dma_config() argument 54 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() 60 fc->write_ibi_reg(fc, dma2_01c, v0xc); in flexcop_dma_config() 72 int flexcop_dma_xfer_control(struct flexcop_device *fc, in flexcop_dma_xfer_control() argument 92 v0x0 = fc->read_ibi_reg(fc, r0x0); in flexcop_dma_xfer_control() 93 v0xc = fc->read_ibi_reg(fc, r0xc); in flexcop_dma_xfer_control() [all …]
|