Home
last modified time | relevance | path

Searched refs:io_read (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dtda1997x.c358 static inline int io_read(struct v4l2_subdev *sd, u16 reg) in io_read() function
386 val = io_read(sd, reg); in io_read16()
390 val = io_read(sd, reg + 1); in io_read16()
403 val = io_read(sd, reg); in io_read24()
407 val = io_read(sd, reg + 1); in io_read24()
411 val = io_read(sd, reg + 2); in io_read24()
426 val = io_read(sd, reg + i); in io_readn()
506 hpd_auto = io_read(sd, REG_HPD_AUTO_CTRL); in tda1997x_manual_hpd()
507 hpd_pwr = io_read(sd, REG_HPD_POWER); in tda1997x_manual_hpd()
508 hpd_man = io_read(sd, REG_HPD_MAN_CTRL); in tda1997x_manual_hpd()
[all …]
Dadv7842.c362 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() function
378 return io_write(sd, reg, (io_read(sd, reg) & mask) | val); in io_write_and_or()
384 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val); in io_write_clr_set()
695 u8 reg = io_read(sd, 0x6f); in adv7842_read_cable_det()
871 reg->val = io_read(sd, reg->reg & 0xff); in adv7842_g_register()
1172 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range()
1176 if (hdmi_signal && (io_read(sd, 0x60) & 1)) in set_rgb_quantization_range()
1352 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80)) in adv7842_g_volatile_ctrl()
1361 return io_read(sd, 0x0c) & 0x24; in no_power()
1380 if (io_read(sd, 0x0c) & 0x24) in adv7842_g_input_status()
[all …]
Dadv7604.c368 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() function
385 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val); in io_write_clr_set()
871 u8 value = io_read(sd, 0x6f); in adv7604_read_cable_det()
881 u8 value = io_read(sd, 0x6f); in adv7611_read_cable_det()
891 u8 value = io_read(sd, 0x6f); in adv7612_read_cable_det()
1092 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range()
1096 if (hdmi_signal && (io_read(sd, 0x60) & 1)) in set_rgb_quantization_range()
1243 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80)) in adv76xx_g_volatile_ctrl()
1255 return io_read(sd, 0x0c) & 0x24; in no_power()
1262 return !(io_read(sd, 0x6a) & (0x10 >> state->selected_input)); in no_signal_tmds()
[all …]
/Linux-v4.19/fs/nfsd/
Dstats.h22 unsigned int io_read; /* bytes returned to read requests */ member
Dstats.c50 nfsdstats.io_read, in nfsd_proc_show()
Dvfs.c890 nfsdstats.io_read += host_err; in nfsd_finish_read()
/Linux-v4.19/drivers/media/i2c/adv748x/
Dadv748x.h360 #define io_read(s, r) adv748x_read(s, ADV748X_PAGE_IO, r) macro
362 #define io_clrset(s, r, m, v) io_write(s, r, (io_read(s, r) & ~m) | v)
Dadv748x-core.c527 lsb = io_read(state, ADV748X_IO_CHIP_REV_ID_1); in adv748x_identify_chip()
528 msb = io_read(state, ADV748X_IO_CHIP_REV_ID_2); in adv748x_identify_chip()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h350 struct read_cache io_read; member
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h1676 u32 (*io_read)(struct netxen_adapter *, void __iomem *); member
1711 (adapter->io_read(adapter, addr))
Dnetxen_nic_hw.c1756 adapter->io_read = netxen_nic_io_read_128M, in netxen_setup_hwops()
1770 adapter->io_read = netxen_nic_io_read_2M, in netxen_setup_hwops()
/Linux-v4.19/arch/x86/kvm/
Demulate.c1469 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5430 ctxt->io_read.pos = 0; in init_decode_cache()
5431 ctxt->io_read.end = 0; in init_decode_cache()
5692 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()