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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Dxhci.c3124 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
3131 HSETW(.bcdUSB, 0x0300), /* USB version */
3136 HSETW(.idVendor, 0x0000), /* vendor */
3137 HSETW(.idProduct, 0x0000), /* product */
3138 HSETW(.bcdDevice, 0x0100), /* device version */
3150 HSETW(.wTotalLength, sizeof(xhci_bosd)),
3164 HSETW(.wSpeedsSupported, 0x000C),
H A Datmegadci.c1556 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1562 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Davr32dci.c1496 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1502 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Dat91dci.c1778 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1784 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Duss820dci.c1799 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1805 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Ddwc_otg.c4150 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
4156 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
H A Dmusb_otg.c3569 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
3575 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),

Completed in 185 milliseconds