Home
last modified time | relevance | path

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

/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.h147 BORG_DONE_BIT = 0x80 enumerator
H A Dagilent_82350b.c518 if ((borg_status & BORG_DONE_BIT)) in init_82350a_hardware()
549 for (j = 0; j < timeout && (readb(a_priv->borg_base) & BORG_DONE_BIT) == 0; ++j) { in init_82350a_hardware()