Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/memory/
Dbrcmstb_dpfe.c53 #define DCPU_MSG_RAM_START 0x100 macro
54 #define DCPU_MSG_RAM(x) (DCPU_MSG_RAM_START + (x) * sizeof(u32))
404 ptr = priv->regs + DCPU_MSG_RAM_START + offset; in get_msg_ptr()