Searched refs:CPUToLE16 (Results 1 – 4 of 4) sorted by relevance
392 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()
260 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()
1199 desc->wHubCharacteristics = CPUToLE16(temp); in ehci_hub_descriptor()
156 #define CPUToLE16(x) (x) macro