Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/include/
H A Dnec7210_registers.h58 HR_END = (1 << 4), enumerator
H A Dtms9914.h173 HR_END = (1 << 3), /* END (EOI or EOS) */ enumerator
/linux-6.15/drivers/staging/gpib/nec7210/
H A Dnec7210.c873 if (status1 & HR_END) { in nec7210_interrupt_have_status()
891 if ((status1 & HR_END) || get_dma_residue(priv->dma_channel) == 0) in nec7210_interrupt_have_status()
/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c710 if (status0 & HR_END) in tms9914_interrupt_have_status()