Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.h118 BUFFER_END_STATUS_BIT = 0x10, // write-clear enumerator
H A Dagilent_82350b.c89 BUFFER_END_STATUS_BIT)) || in agilent_82350b_accel_read()
99 if (event_status & BUFFER_END_STATUS_BIT) { in agilent_82350b_accel_read()
266 if (event_status & (BUFFER_END_STATUS_BIT | TERM_COUNT_STATUS_BIT)) { in agilent_82350b_interrupt()
267 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()