Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/common/
H A Dcmd_ioloop.c193 u16 top_int; in do_ioreflect() local
196 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() local
262 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()