Searched refs:cx25840_read (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/i2c/cx25840/ |
D | cx25840-firmware.c | 84 int s = cx25840_read(client, 0x801) << 8; in check_fw_load() 85 s |= cx25840_read(client, 0x800); in check_fw_load() 121 gpio_oe = cx25840_read(client, 0x160); in cx25840_loadfw() 122 gpio_da = cx25840_read(client, 0x164); in cx25840_loadfw()
|
D | cx25840-vbi.c | 102 if ((cx25840_read(client, 0x404) & 0x10) == 0) in cx25840_g_sliced_fmt() 107 u8 v = cx25840_read(client, 0x424 + i - 7); in cx25840_g_sliced_fmt() 116 u8 v = cx25840_read(client, 0x424 + i - 10); in cx25840_g_sliced_fmt()
|
D | cx25840-core.c | 109 u8 cx25840_read(struct i2c_client * client, u16 addr) in cx25840_read() function 164 (cx25840_read(client, addr) & and_mask) | in cx25840_and_or() 192 gpio_oe = cx25840_read(client, 0x160); in cx23885_s_io_pin_config() 193 gpio_data = cx25840_read(client, 0x164); in cx23885_s_io_pin_config() 843 pll_int = cx25840_read(client, 0x108); in cx25840_std_setup() 845 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup() 1386 Vsrc = (cx25840_read(client, 0x42a) & 0x3f) << 4; in cx25840_set_fmt() 1387 Vsrc |= (cx25840_read(client, 0x429) & 0xf0) >> 4; in cx25840_set_fmt() 1389 Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4; in cx25840_set_fmt() 1390 Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4; in cx25840_set_fmt() [all …]
|
D | cx25840-core.h | 127 u8 cx25840_read(struct i2c_client *client, u16 addr);
|