Searched refs:DCPU_MSG_RAM (Results 1 – 1 of 1) sorted by relevance
54 #define DCPU_MSG_RAM(x) (DCPU_MSG_RAM_START + (x) * sizeof(u32)) macro468 writel_relaxed(chksum, regs + DCPU_MSG_RAM(i)); in __send_command()470 writel_relaxed(msg[i], regs + DCPU_MSG_RAM(i)); in __send_command()491 result[i] = readl_relaxed(regs + DCPU_MSG_RAM(i)); in __send_command()