Searched refs:update_bits (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
H A Drtl2832_sdr.h39 * @update_bits: rtl2832 driver private I/O interface.
62 int (*update_bits)(struct i2c_client *, unsigned int, unsigned int, unsigned int); member in struct:rtl2832_sdr_platform_data
H A Drtl2832.h62 int (*update_bits)(struct i2c_client *, unsigned int, unsigned int, unsigned int); member in struct:rtl2832_platform_data
H A Drtl2832.c1284 pdata->update_bits = rtl2832_update_bits; rtl2832_probe()
H A Drtl2832_sdr.c204 return pdata->update_bits(client, reg, mask, val); rtl2832_sdr_wr_reg_mask()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.c1325 pdata.update_bits = dev->rtl2832_platform_data.update_bits; rtl2832u_tuner_attach()
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c586 unsigned long update_bits = X86_CR0_PG | X86_CR0_WP; kvm_set_cr0() local
630 if ((cr0 ^ old_cr0) & update_bits) kvm_set_cr0()

Completed in 186 milliseconds