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