Home
last modified time | relevance | path

Searched refs:HSETW (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c63 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
223 HSETW(.wTotalLength, sizeof(umouse_bosd)),
231 HSETW(.wSpeedsSupported, 0x08),
/freebsd/sys/dev/usb/controller/
H A Dxhci.c3200 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
3207 HSETW(.bcdUSB, 0x0300), /* USB version */
3212 HSETW(.idVendor, 0x0000), /* vendor */
3213 HSETW(.idProduct, 0x0000), /* product */
3214 HSETW(.bcdDevice, 0x0100), /* device version */
3226 HSETW(.wTotalLength, sizeof(xhci_bosd)),
3240 HSETW(.wSpeedsSupported, 0x000C),
H A Datmegadci.c1499 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1505 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Davr32dci.c1448 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1454 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Duss820dci.c1794 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1800 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Dmusb_otg.c3525 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
3531 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Ddwc_otg.c4280 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
4286 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),