User's Manual

Table Of Contents
2D S3C2450X RISC MICROPROCESSOR
19-18
5.1.5 FIFO Statue Register (FIFO_STAT_REG)
Register Address R/W Description Reset Value
FIFO_STAT_REG 0x4D408010 R FIFO Status Register 0x600
Field Bit Description Initial State
Reserved [31:11]
CMD_FIN [10] 1 = The graphics engine finishes the execution of current
command.
0 = In the middle of rendering process.
0x1
ALL_FIN [9] 1 = Graphics engine is in idle state. The graphics engine finishes
the execution of all commands in the command FIFO. Note that
ALL_FIN = CMD_FIN && (FIFO_USED==0).
0 = In the middle of rendering process, or FIFO_USED is greater
than 0.
0x1
FIFO_OVERFLOW [8] 1 = Command FIFO is full, no more commands can be handled
0 = Command FIFO is not full.
0x0
Reserved [7]
FIFO_USED [6:1] The number of entries occupied in command FIFO. 0x0
FIFO_LEVEL_INT [0] 1 = FIFO_USED is greater or equal to FIFO_INT_LEVEL
0 = FIFO_USED is smaller than FIFO_INT_LEVEL
0x0