Home
last modified time | relevance | path

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

/drivers/memory/
Dbrcmstb_dpfe.c54 #define DCPU_MSG_RAM_START 0x100 macro
55 #define DCPU_MSG_RAM(x) (DCPU_MSG_RAM_START + (x) * sizeof(u32))
405 ptr = priv->regs + DCPU_MSG_RAM_START + offset; in get_msg_ptr()