Home
last modified time | relevance | path

Searched refs:xy_high (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cyapa/
H A Dcyapa.h68 uint8_t xy_high; /* 7:4 high 4 bits of x */ member
107 #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) | \