Searched refs:EPOC2WS_KBD_DATA (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/epoc32/dev/
H A Depockbd.c54 #define EPOC2WS_KBD_DATA(r, c) (((c) << 3) + (31 - __builtin_clz(r)) + 1) macro
223 *data = EPOC2WS_KBD_DATA(row, column);

Completed in 387 milliseconds