Home
last modified time | relevance | path

Searched refs:s5c73m3_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c283 ret = s5c73m3_write(state, 0x00095000, command); in s5c73m3_isp_command()
287 ret = s5c73m3_write(state, 0x00095002, data); in s5c73m3_isp_command()
291 return s5c73m3_write(state, REG_STATUS, 0x0001); in s5c73m3_isp_command()
557 ret = s5c73m3_write(state, 0x30000004, 0xffff); in s5c73m3_spi_boot()
571 ret = s5c73m3_write(state, 0x30100014, 0x2146); in s5c73m3_spi_boot()
575 ret = s5c73m3_write(state, 0x30100010, 0x210c); in s5c73m3_spi_boot()
591 ret = s5c73m3_write(state, 0x30000004, 0xfffd); in s5c73m3_spi_boot()
596 ret = s5c73m3_write(state, 0x301000a4, 0x0183); in s5c73m3_spi_boot()
601 ret = s5c73m3_write(state, 0x30000004, 0xffff); in s5c73m3_spi_boot()
662 ret = s5c73m3_write(state, 0x30000004, 0xffff); in s5c73m3_get_fw_version()
[all …]
H A Ds5c73m3.h431 int s5c73m3_write(struct s5c73m3 *state, u32 addr, u16 data);