/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | dt9812.c | 222 struct dt9812_rmw_byte rmw[DT9812_MAX_NUM_MULTI_BYTE_RMWS]; member 314 struct dt9812_rmw_byte *rmw) in dt9812_rmw_multiple_registers() argument 324 cmd.u.rmw_multi_info.rmw[i] = rmw[i]; in dt9812_rmw_multiple_registers() 368 struct dt9812_rmw_byte *rmw, int channel) in dt9812_configure_mux() argument 374 rmw->address = F020_SFR_P1; in dt9812_configure_mux() 375 rmw->and_mask = 0xe0; in dt9812_configure_mux() 376 rmw->or_value = channel << 5; in dt9812_configure_mux() 379 rmw->address = F020_SFR_AMX0SL; in dt9812_configure_mux() 380 rmw->and_mask = 0xff; in dt9812_configure_mux() 381 rmw->or_value = channel & 0x07; in dt9812_configure_mux() [all …]
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | voltagedomains54xx_data.c | 41 .rmw = omap4_prm_vcvp_rmw, 52 .rmw = omap4_prm_vcvp_rmw, 63 .rmw = omap4_prm_vcvp_rmw,
|
D | voltagedomains44xx_data.c | 55 .rmw = omap4_prm_vcvp_rmw, 66 .rmw = omap4_prm_vcvp_rmw, 77 .rmw = omap4_prm_vcvp_rmw,
|
D | voltagedomains3xxx_data.c | 56 .rmw = omap3_prm_vcvp_rmw, 67 .rmw = omap3_prm_vcvp_rmw,
|
D | vc.c | 105 voltdm->rmw(CFG_CHANNEL_MASK << vc->cfg_channel_sa_shift, in omap_vc_config_channel() 717 voltdm->rmw(vc->common->i2c_cfg_clear_mask, in omap_vc_i2c_init() 723 voltdm->rmw(vc->common->i2c_mcode_mask, in omap_vc_i2c_init() 801 voltdm->rmw(vc->smps_sa_mask, in omap_vc_init_channel() 809 voltdm->rmw(vc->smps_volra_mask, in omap_vc_init_channel() 815 voltdm->rmw(vc->smps_cmdra_mask, in omap_vc_init_channel()
|
D | voltage.h | 79 u32 (*rmw)(u32 mask, u32 bits, u8 offset); member
|
D | vp.c | 111 voltdm->rmw(voltdm->vp->common->vpconfig_errorgain_mask, in omap_vp_update_errorgain()
|
/linux-4.1.27/fs/btrfs/ |
D | reada.c | 739 struct reada_machine_work *rmw; in reada_start_machine_worker() local 743 rmw = container_of(work, struct reada_machine_work, work); in reada_start_machine_worker() 744 fs_info = rmw->fs_info; in reada_start_machine_worker() 746 kfree(rmw); in reada_start_machine_worker() 790 struct reada_machine_work *rmw; in reada_start_machine() local 792 rmw = kzalloc(sizeof(*rmw), GFP_NOFS); in reada_start_machine() 793 if (!rmw) { in reada_start_machine() 797 btrfs_init_work(&rmw->work, btrfs_readahead_helper, in reada_start_machine() 799 rmw->fs_info = fs_info; in reada_start_machine() 801 btrfs_queue_work(fs_info->readahead_workers, &rmw->work); in reada_start_machine()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | vga16fb.c | 112 static inline void rmw(volatile char __iomem *p) in rmw() function 868 rmw(where); in vga_8planes_fillrect() 869 rmw(where+1); in vga_8planes_fillrect() 939 rmw(dst); in vga16fb_fillrect() 1192 rmw(dst); in vga_imageblit_expand() 1197 rmw(dst++); in vga_imageblit_expand()
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | ath.h | 133 u32 (*rmw)(void *, u32 reg_offset, u32 set, u32 clr); member
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 3554 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local 3570 rcw = 1; rmw = 2; in handle_stripe_dirtying() 3582 rmw++; in handle_stripe_dirtying() 3584 rmw += 2*disks; /* cannot read it */ in handle_stripe_dirtying() 3599 (unsigned long long)sh->sector, rmw, rcw); in handle_stripe_dirtying() 3601 if ((rmw < rcw || (rmw == rcw && conf->rmw_level == PARITY_ENABLE_RMW)) && rmw > 0) { in handle_stripe_dirtying() 3606 (unsigned long long)sh->sector, rmw); in handle_stripe_dirtying() 3628 if ((rcw < rmw || (rcw == rmw && conf->rmw_level != PARITY_ENABLE_RMW)) && rcw > 0) { in handle_stripe_dirtying() 3661 if (rcw > disks && rmw > disks && in handle_stripe_dirtying() 3676 (s->locked == 0 && (rcw == 0 || rmw == 0) && in handle_stripe_dirtying()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_init.c | 628 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_priv()
|
D | hw.h | 89 (_ah)->reg_ops.rmw((_ah), (_reg), (_set), (_clr))
|
D | init.c | 556 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_softc()
|