OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPU_STAT
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/video/
ipu_regs.h
240
struct
ipu_stat
{
struct
313
#define
IPU_STAT
((struct
ipu_stat
*)(IPU_CTRL_BASE_ADDR + \
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])
mxc_ipuv3_fb.c
571
struct
ipu_stat
*stat = (struct
ipu_stat
*)
IPU_STAT
;
Completed in 54 milliseconds