Home
last modified time | relevance | path

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

/linux/drivers/gpib/include/
H A Dnec7210_registers.h57 HR_ERR = (1 << 2), enumerator
H A Dtms9914.h199 HR_ERR = (1 << 6), /* Data Transmission Error */ enumerator
/linux/drivers/gpib/tms9914/
H A Dtms9914.c780 if (status1 & HR_ERR) { in tms9914_interrupt_have_status()
/linux/drivers/gpib/nec7210/
H A Dnec7210.c933 if (status1 & HR_ERR) in nec7210_interrupt_have_status()
/linux/drivers/gpib/tnt4882/
H A Dtnt4882_gpib.c534 nec7210_set_reg_bits(nec_priv, IMR1, HR_ERR, 0x0); in generic_write()