Searched refs:top_int (Results 1 – 1 of 1) sorted by relevance
193 u16 top_int; in do_ioreflect() local196 FPGA_GET_REG(fpga, top_interrupt, &top_int); in do_ioreflect()200 if ((top_int & IRQ_CPU_RECEIVE_DATA_AVAILABLE_STATUS) && in do_ioreflect()201 (top_int & IRQ_CPU_TRANSMITBUFFER_FREE_STATUS)) in do_ioreflect()259 u16 top_int; in do_ioloop() local262 FPGA_GET_REG(fpga, top_interrupt, &top_int); in do_ioloop()266 if (top_int & IRQ_CPU_TRANSMITBUFFER_FREE_STATUS) in do_ioloop()268 if (top_int & IRQ_CPU_RECEIVE_DATA_AVAILABLE_STATUS) in do_ioloop()