Home
last modified time | relevance | path

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

/haiku/headers/os/drivers/usb/
H A DUSB_langIDs.h13 #define USB_SUB_LANGID_MASK (0xFC00) // 15 to 10 bits macro
16 #define USB_SUB_LANGID(id) ((id & USB_SUB_LANGID_MASK) >> 10)