Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/i2c/busses/
Di2c-sh7760.c92 #define IDS_DONE 1 macro
127 id->status |= IDS_DONE | IDS_ARBLOST; in sh7760_i2c_irq()
153 id->status |= IDS_DONE; in sh7760_i2c_irq()
173 id->status |= IDS_DONE; in sh7760_i2c_irq()
199 id->status |= IDS_DONE; in sh7760_i2c_irq()
224 if (id->status & IDS_DONE) { in sh7760_i2c_irq()