Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h56 #define IS_I2C_10BIT(addr) \ macro
H A Ddrxj.c1422 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_read_block()
1599 overhead_size = (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1) + in drxdap_fasi_write_block()
1661 (IS_I2C_10BIT(dev_addr->i2c_addr) ? 2 : 1); in drxdap_fasi_write_block()