Searched refs:xy_high (Results 1 – 1 of 1) sorted by relevance
68 uint8_t xy_high; /* 7:4 high 4 bits of x */ member107 #define CYAPA_TOUCH_X(regs, i) ((((regs)->touch[i].xy_high << 4) & 0x0F00) | \109 #define CYAPA_TOUCH_Y(regs, i) ((((regs)->touch[i].xy_high << 8) & 0x0F00) | \