Searched refs:top_int (Results 1 – 1 of 1) sorted by relevance
194 u16 top_int; in do_ioreflect() local197 FPGA_GET_REG(fpga, top_interrupt, &top_int); in do_ioreflect()201 if ((top_int & IRQ_CPU_RECEIVE_DATA_AVAILABLE_STATUS) && in do_ioreflect()202 (top_int & IRQ_CPU_TRANSMITBUFFER_FREE_STATUS)) in do_ioreflect()260 u16 top_int; in do_ioloop() local263 FPGA_GET_REG(fpga, top_interrupt, &top_int); in do_ioloop()267 if (top_int & IRQ_CPU_TRANSMITBUFFER_FREE_STATUS) in do_ioloop()269 if (top_int & IRQ_CPU_RECEIVE_DATA_AVAILABLE_STATUS) in do_ioloop()