Home
last modified time | relevance | path

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

/linux/drivers/gpib/include/
H A Dnec7210_registers.h83 HR_REM = (1 << 4), enumerator
H A Dtms9914.h224 HR_REM = (1 << 7), /* REM active */ enumerator
/linux/drivers/gpib/tms9914/
H A Dtms9914.c359 if (address_status & HR_REM) in update_status_nolock()
/linux/drivers/gpib/nec7210/
H A Dnec7210.c872 if (status2 & HR_REM) in nec7210_interrupt_have_status()
/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.c880 if (address_status.value & HR_REM) in agilent_82357a_update_status()