Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.h118 BUFFER_END_STATUS_BIT = 0x10, /* write-clear */ enumerator
H A Dagilent_82350b.c90 BUFFER_END_STATUS_BIT)) || in agilent_82350b_accel_read()
100 if (event_status & BUFFER_END_STATUS_BIT) { in agilent_82350b_accel_read()
268 if (event_status & (BUFFER_END_STATUS_BIT | TERM_COUNT_STATUS_BIT)) { in agilent_82350b_interrupt()
269 writeb(event_status & (BUFFER_END_STATUS_BIT | TERM_COUNT_STATUS_BIT), in agilent_82350b_interrupt()
717 writeb(BUFFER_END_STATUS_BIT | TERM_COUNT_STATUS_BIT, in agilent_82350b_generic_attach()