Searched refs:MAX6900_REG_RAM (Results 1 – 2 of 2) sorted by relevance
66 #define MAX6900_REG_RAM(addr) ((addr << 1) + 0xc0) macro
181 cmdbuf[0] = MAX6900_REG_RAM(a) | MAX6900_CMD_READ; in maxrtc_read() 233 cmdbuf[0] = MAX6900_REG_RAM(a) | MAX6900_CMD_WRITE; in maxrtc_write()