Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dcmd_ioloop.c194 u16 top_int; in do_ioreflect() local
197 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() local
263 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()