Searched refs:wr_byte (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_eeprom.c | 291 static int wr_byte(struct ipath_devdata *dd, u8 data) in wr_byte() function 331 res = wr_byte(dd, offset_dir); in i2c_startcmd() 511 ret = wr_byte(dd, eeprom_offset); in ipath_eeprom_internal_read() 575 ret = wr_byte(dd, eeprom_offset); in ipath_eeprom_internal_write() 588 if (wr_byte(dd, *bp++)) { in ipath_eeprom_internal_write() 1052 ret = wr_byte(dd, regnum); in ipath_tempsense_internal_read() 1132 ret = wr_byte(dd, regnum); in ipath_tempsense_internal_write() 1140 ret = wr_byte(dd, data); in ipath_tempsense_internal_write()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_twsi.c | 205 static int wr_byte(struct qib_devdata *dd, u8 data) in wr_byte() function 334 ret = wr_byte(dd, data); /* Leaves SCL low (from i2c_ackrcv()) */ in qib_twsi_wr()
|