Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c2578 usbhost_putle16(uint8_t *dest, uint16_t val) in usbhost_putle16() function
2615 usbhost_putle16(dest, (uint16_t)(val & 0xffff)); in usbhost_putle32()
2616 usbhost_putle16(dest+2, (uint16_t)(val >> 16)); in usbhost_putle32()

Completed in 8 milliseconds