Home
last modified time | relevance | path

Searched refs:HR_END (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpib/include/
H A Dnec7210_registers.h59 HR_END = (1 << 4), enumerator
H A Dtms9914.h176 HR_END = (1 << 3), /* END (EOI or EOS) */ enumerator
/linux/drivers/gpib/nec7210/
H A Dnec7210.c879 if (status1 & HR_END) { in nec7210_interrupt_have_status()
897 if ((status1 & HR_END) || get_dma_residue(priv->dma_channel) == 0) in nec7210_interrupt_have_status()
/linux/drivers/gpib/tms9914/
H A Dtms9914.c718 if (status0 & HR_END) in tms9914_interrupt_have_status()