Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dipu_regs.h313 #define IPU_STAT ((struct ipu_stat *)(IPU_CTRL_BASE_ADDR + \ macro
315 #define IPU_INT_STAT(n) (&IPU_STAT->int_stat[(n) - 1])
316 #define IPU_CHA_CUR_BUF(ch) (&IPU_STAT->cur_buf[ch / 32])
317 #define IPU_CHA_BUF0_RDY(ch) (&IPU_STAT->ch_buf0_rdy[ch / 32])
318 #define IPU_CHA_BUF1_RDY(ch) (&IPU_STAT->ch_buf1_rdy[ch / 32])
Dmxc_ipuv3_fb.c571 struct ipu_stat *stat = (struct ipu_stat *)IPU_STAT; in ipuv3_fb_shutdown()