Searched refs:fifo_diag (Results 1 – 3 of 3) sorted by relevance
643 u16 fifo_diag; in el3_interrupt() local645 fifo_diag = inw(ioaddr + 4); in el3_interrupt()648 fifo_diag); in el3_interrupt()649 if (fifo_diag & 0x0400) { in el3_interrupt()654 if (fifo_diag & 0x2000) { in el3_interrupt()
819 u16 fifo_diag; in el3_interrupt() local821 fifo_diag = inw(ioaddr + Wn4_FIFODiag); in el3_interrupt()824 fifo_diag); in el3_interrupt()825 if (fifo_diag & 0x0400) { in el3_interrupt()830 if (fifo_diag & 0x2000) { in el3_interrupt()
2023 u16 fifo_diag; in vortex_error() local2024 fifo_diag = window_read16(vp, 4, Wn4_FIFODiag); in vortex_error()2026 dev->name, fifo_diag); in vortex_error()2040 } else if (fifo_diag & 0x0400) in vortex_error()2042 if (fifo_diag & 0x3000) { in vortex_error()