Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-xlr.c170 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local
207 checktime = jiffies; in xlr_i2c_tx()
216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()
238 unsigned long timeout, stoptime, checktime; in xlr_i2c_rx() local
259 checktime = jiffies; in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
/drivers/staging/netlogic/
Dxlr_net.c599 unsigned long timeout, stoptime, checktime; in xlr_phy_write() local
614 checktime = jiffies; in xlr_phy_write()
617 timedout = time_after(checktime, stoptime); in xlr_phy_write()
629 unsigned long timeout, stoptime, checktime; in xlr_phy_read() local
647 checktime = jiffies; in xlr_phy_read()
650 timedout = time_after(checktime, stoptime); in xlr_phy_read()