xy                 60 kern/dev/lamebus/lscreen.c splitxy(uint32_t xy, unsigned *x, unsigned *y)
xy                 62 kern/dev/lamebus/lscreen.c 	*x = xy >> 16;
xy                 63 kern/dev/lamebus/lscreen.c 	*y = xy & 0xffff;