Searched refs:cx25840_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-firmware.c | 80 int s = cx25840_read(client, 0x801) << 8; in check_fw_load() 81 s |= cx25840_read(client, 0x800); in check_fw_load() 117 gpio_oe = cx25840_read(client, 0x160); in cx25840_loadfw() 118 gpio_da = cx25840_read(client, 0x164); in cx25840_loadfw()
|
D | cx25840-vbi.c | 98 if ((cx25840_read(client, 0x404) & 0x10) == 0) in cx25840_g_sliced_fmt() 103 u8 v = cx25840_read(client, in cx25840_g_sliced_fmt() 113 u8 v = cx25840_read(client, in cx25840_g_sliced_fmt()
|
D | cx25840-core.c | 105 u8 cx25840_read(struct i2c_client * client, u16 addr) in cx25840_read() function 160 (cx25840_read(client, addr) & and_mask) | in cx25840_and_or() 188 gpio_oe = cx25840_read(client, 0x160); in cx23885_s_io_pin_config() 189 gpio_data = cx25840_read(client, 0x164); in cx23885_s_io_pin_config() 867 pll_int = cx25840_read(client, 0x108); in cx25840_std_setup() 869 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup() 1391 Vsrc = (cx25840_read(client, 0x42a) & 0x3f) << 4; in cx25840_set_fmt() 1392 Vsrc |= (cx25840_read(client, 0x429) & 0xf0) >> 4; in cx25840_set_fmt() 1394 Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4; in cx25840_set_fmt() 1395 Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4; in cx25840_set_fmt() [all …]
|
D | cx25840-core.h | 153 u8 cx25840_read(struct i2c_client *client, u16 addr);
|