Searched refs:io_read (Results 1 – 4 of 4) sorted by relevance
/drivers/media/i2c/ |
D | adv7842.c | 375 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() function 391 return io_write(sd, reg, (io_read(sd, reg) & mask) | val); in io_write_and_or() 397 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val); in io_write_clr_set() 708 u8 reg = io_read(sd, 0x6f); in adv7842_read_cable_det() 884 reg->val = io_read(sd, reg->reg & 0xff); in adv7842_g_register() 1185 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() 1189 if (hdmi_signal && (io_read(sd, 0x60) & 1)) in set_rgb_quantization_range() 1365 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80)) in adv7842_g_volatile_ctrl() 1374 return io_read(sd, 0x0c) & 0x24; in no_power() 1393 if (io_read(sd, 0x0c) & 0x24) in adv7842_g_input_status() [all …]
|
D | adv7604.c | 379 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() function 396 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val); in io_write_clr_set() 882 u8 value = io_read(sd, 0x6f); in adv7604_read_cable_det() 892 u8 value = io_read(sd, 0x6f); in adv7611_read_cable_det() 902 u8 value = io_read(sd, 0x6f); in adv7612_read_cable_det() 1103 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() 1107 if (hdmi_signal && (io_read(sd, 0x60) & 1)) in set_rgb_quantization_range() 1254 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80)) in adv76xx_g_volatile_ctrl() 1266 return io_read(sd, 0x0c) & 0x24; in no_power() 1273 return !(io_read(sd, 0x6a) & (0x10 >> state->selected_input)); in no_signal_tmds() [all …]
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic.h | 1676 u32 (*io_read)(struct netxen_adapter *, void __iomem *); member 1711 (adapter->io_read(adapter, addr))
|
D | netxen_nic_hw.c | 1785 adapter->io_read = netxen_nic_io_read_128M, in netxen_setup_hwops() 1799 adapter->io_read = netxen_nic_io_read_2M, in netxen_setup_hwops()
|