Searched refs:xy_hi (Results 1 – 2 of 2) sorted by relevance
37 u8 xy_hi; /* higher bits of x and y coordinates */ member110 if (p->xy_hi == 0xFF && p->x_low == 0xFF && p->y_low == 0xFF) in msg2638_ts_irq_handler()113 x = (((p->xy_hi & 0xF0) << 4) | p->x_low); in msg2638_ts_irq_handler()114 y = (((p->xy_hi & 0x0F) << 8) | p->y_low); in msg2638_ts_irq_handler()
91 u8 xy_hi; member1161 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); in cyapa_gen3_event_process()1163 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo); in cyapa_gen3_event_process()