Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dums.c98 #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) macro
308 mask = 1UL << UMS_BUT(i); in ums_intr_callback()