Searched refs:max_abs_xy_high (Results 1 – 2 of 2) sorted by relevance
83 uint8_t max_abs_xy_high;/* 0x15 7:4 high x bits, 3:0 high y bits */ member
537 sc->cap_resx = ((cap.max_abs_xy_high << 4) & 0x0F00) | in cyapa_attach()539 sc->cap_resy = ((cap.max_abs_xy_high << 8) & 0x0F00) | in cyapa_attach()