Searched refs:rd_byte (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_bt829.c268 int rd_byte; local
274 rd_byte = 0;
286 rd_byte |= 1;
288 rd_byte <<= 1;
306 rd_byte >>= 1;
307 rd_byte &= 0xFF;
308 return rd_byte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_twsi.c167 * rd_byte - read a byte, sending STOP on last, else ACK
172 static int rd_byte(struct qib_devdata *dd, int last) function
410 *bp++ = rd_byte(dd, !len);
486 rd_byte(dd, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c264 * rd_byte - read a byte, leaving ACK, STOP, etc up to caller
269 static int rd_byte(struct ipath_devdata *dd) function
437 data = rd_byte(dd);
533 *bp++ = rd_byte(dd);
619 rd_byte(dd);
1069 ret = rd_byte(dd);

Completed in 161 milliseconds