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

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb.h227 #define USB_LE16_TO_CPU(x) do { x = ((x & 0xff) << 8) | ((x & 0xff00) >> 8); } while(0)
229 #define USB_LE16_TO_CPU(x) macro
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusb.h227 #define USB_LE16_TO_CPU(x) do { x = ((x & 0xff) << 8) | ((x & 0xff00) >> 8); } while(0)
229 #define USB_LE16_TO_CPU(x) macro

Completed in 85 milliseconds