Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dotp_eeprom.c136 ret |= read_reg_otp(client, INFO_ID_REG, in otp_read_data()
138 ret |= read_reg_otp(client, INFO_ID_REG + 1, in otp_read_data()
140 ret |= read_reg_otp(client, INFO_ID_REG + 2, in otp_read_data()
142 ret |= read_reg_otp(client, INFO_ID_REG + 3, in otp_read_data()
144 ret |= read_reg_otp(client, INFO_ID_REG + 4, in otp_read_data()
146 ret |= read_reg_otp(client, INFO_ID_REG + 5, in otp_read_data()
148 ret |= read_reg_otp(client, INFO_ID_REG + 6, in otp_read_data()
150 ret |= read_reg_otp(client, INFO_ID_REG + 7, in otp_read_data()
152 ret |= read_reg_otp(client, INFO_ID_REG + 8, in otp_read_data()
H A Dotp_eeprom.h10 #define INFO_ID_REG 0X0001 macro