Searched defs:sda_in (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_twsi.c133 static u8 sda_in(struct qib_devdata *dd, int wait) function
158 ack_received = sda_in(dd, 1);
160 ack_received = sda_in(dd, 1) == 0;
182 data |= sda_in(dd, 0);
294 was_high |= sda_in(dd, 0);
/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c233 static u8 sda_in(struct ipath_devdata *dd, int wait) function
256 ack_received = sda_in(dd, 1);
258 ack_received = sda_in(dd, 1) == 0;
278 data |= sda_in(dd, 0);
388 if (sda_in(dd, 0)) {

Completed in 14 milliseconds