Searched refs:i2c_10bit_addr_lo_from_msg (Results 1 – 10 of 10) sorted by relevance
396 iowrite32(i2c_10bit_addr_lo_from_msg(msgs), p + PCH_I2CDR); in pch_i2c_writebytes()505 iowrite32(i2c_10bit_addr_lo_from_msg(msgs), p + PCH_I2CDR); in pch_i2c_readbytes()
168 addr |= i2c_10bit_addr_lo_from_msg(pmsg) << 8; in mtk_i2c_xfer()
133 addr = i2c_10bit_addr_lo_from_msg(msg); in kempld_i2c_process()
297 addr = i2c_10bit_addr_lo_from_msg(msg); in rzv2m_i2c_send_address()
479 addr = i2c_10bit_addr_lo_from_msg(msg); in bcm_kona_i2c_do_addr()
421 addr = i2c_10bit_addr_lo_from_msg(msg); in brcmstb_i2c_do_addr()
521 out_8(&iic->lmadr, i2c_10bit_addr_lo_from_msg(msg)); in iic_address()
439 addr_2 = i2c_10bit_addr_lo_from_msg(msg); in axxia_i2c_set_addr()
186 drv_data->addr2 = i2c_10bit_addr_lo_from_msg(msg); in mv64xxx_i2c_prepare_for_io()
965 static inline u8 i2c_10bit_addr_lo_from_msg(const struct i2c_msg *msg) in i2c_10bit_addr_lo_from_msg() function