Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c392 us->cr->wValue = CPUToLE16(value); in usb_stor_control_msg()
393 us->cr->wIndex = CPUToLE16(index); in usb_stor_control_msg()
394 us->cr->wLength = CPUToLE16(size); in usb_stor_control_msg()
523 us->cr->wValue = CPUToLE16(value); in usb_stor_ctrl_transfer()
524 us->cr->wIndex = CPUToLE16(index); in usb_stor_ctrl_transfer()
525 us->cr->wLength = CPUToLE16(size); in usb_stor_ctrl_transfer()
H A DdrvMsg.c260 dr->wValue = CPUToLE16(value); in usb_control_msg()
261 dr->wIndex = CPUToLE16(index); in usb_control_msg()
262 dr->wLength = CPUToLE16(size); in usb_control_msg()
H A DdrvEhciHcd.c1199 desc->wHubCharacteristics = CPUToLE16(temp); in ehci_hub_descriptor()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvPorts.h156 #define CPUToLE16(x) (x) macro