Searched refs:SCMD_REG_SIZE (Results 1 – 2 of 2) sorted by relevance
295 return (SCMD_REG_SIZE * i) - 1; in scmd_maxregister()310 int loc = reg / SCMD_REG_SIZE; in scmd_set_view_port()311 uint8_t vpi2creg = reg % SCMD_REG_SIZE; in scmd_set_view_port()345 if (SCMD_IS_HOLE(reg % SCMD_REG_SIZE)) { in scmd_remote_read()455 if (SCMD_IS_HOLE(reg % SCMD_REG_SIZE)) { in scmd_remote_write()
224 #define SCMD_REG_SIZE 0x7F /* Size of the register space including the … macro