Searched refs:update_bits (Results 1 – 6 of 6) sorted by relevance
61 int (*update_bits)(struct i2c_client *, unsigned int, unsigned int, unsigned int); member
60 int (*update_bits)(struct i2c_client *, unsigned int, unsigned int, unsigned int); member
1276 pdata->update_bits = rtl2832_update_bits; in rtl2832_probe()
197 return pdata->update_bits(client, reg, mask, val); in rtl2832_sdr_wr_reg_mask()
1182 pdata.update_bits = dev->rtl2832_platform_data.update_bits; in rtl2832u_tuner_attach()
575 unsigned long update_bits = X86_CR0_PG | X86_CR0_WP | in kvm_set_cr0() local620 if ((cr0 ^ old_cr0) & update_bits) in kvm_set_cr0()