Searched refs:USETW2 (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/sys/dev/usb/ |
| D | usbdi_util.c | 78 USETW2(req.wValue, type, index); in usbd_get_desc() 277 USETW2(req.wValue, type, id); in usbd_set_report() 297 USETW2(req.wValue, type, id); in usbd_set_report_async() 317 USETW2(req.wValue, type, id); in usbd_get_report() 336 USETW2(req.wValue, duration, id); in usbd_set_idle() 350 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */ in usbd_get_report_descriptor()
|
| D | uftdi.c | 424 USETW2(req.wIndex, FTDI_SIO_RTS_CTS_HS, portno); in uftdi_open() 625 USETW2(req.wValue, t->c_cc[VSTOP], t->c_cc[VSTART]); in uftdi_param() 632 USETW2(req.wIndex, flow, portno); in uftdi_param()
|
| D | usb.h | 82 #define USETW2(w,h,l) ((w)[0] = (u_int8_t)(l), (w)[1] = (u_int8_t)(h)) macro
|
| D | uhub.c | 188 USETW2(req.wValue, UDESC_HUB, 0); in USB_ATTACH()
|
| D | ulpt.c | 320 USETW2(req.wIndex, id->bInterfaceNumber, id->bAlternateSetting); in USB_ATTACH()
|
| D | usb_subr.c | 161 USETW2(req.wValue, UDESC_STRING, sindex); in usbd_get_string_desc()
|
| D | uaudio.c | 2585 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0); in uaudio_set_speed()
|
| D | ehci.c | 1635 USETW2(p->bString[i], 0, s[i]); in ehci_str()
|
| D | ohci.c | 2370 USETW2(p->bString[i], 0, s[i]); in ohci_str()
|
| D | uhci.c | 2985 USETW2(p->bString[i], 0, s[i]); in uhci_str()
|