Searched refs:_reg_gpd_debug (Results 1 – 1 of 1) sorted by relevance
215 MS_U32 _reg_gpd_debug = PNG_GET_MS_U32REG_Twice(reg_gpd_debug); in PNG_Get_DebugMux1() local217 console_printf ("rw_st[2:0] = 0x%tx \n", (ptrdiff_t)_reg_gpd_debug&0x7); in PNG_Get_DebugMux1()218 console_printf ("decom_st[2:0] = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>3)&0x7); in PNG_Get_DebugMux1()219 console_printf ("fifo_empty = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>6)&0x1); in PNG_Get_DebugMux1()220 console_printf ("decom_rdy = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>7)&0x1); in PNG_Get_DebugMux1()221 console_printf ("deflt_ack_ufifo0 = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>8)&0x1); in PNG_Get_DebugMux1()222 console_printf ("deflt_st[1:0] = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>9)&0x3); in PNG_Get_DebugMux1()223 console_printf ("flg1 = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>11)&0x1); in PNG_Get_DebugMux1()224 console_printf ("flg0 = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>12)&0x1); in PNG_Get_DebugMux1()225 console_printf ("descan_ack_ufifo1 = 0x%tx \n", (ptrdiff_t)(_reg_gpd_debug>>13)&0x1); in PNG_Get_DebugMux1()[all …]