Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dxhci.c3112 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
3119 HSETW(.bcdUSB, 0x0300), /* USB version */
3124 HSETW(.idVendor, 0x0000), /* vendor */
3125 HSETW(.idProduct, 0x0000), /* product */
3126 HSETW(.bcdDevice, 0x0100), /* device version */
3138 HSETW(.wTotalLength, sizeof(xhci_bosd)),
3152 HSETW(.wSpeedsSupported, 0x000C),
Datmegadci.c1551 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1557 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
Davr32dci.c1492 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1498 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
Duss820dci.c1792 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1798 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
Dat91dci.c1728 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
1734 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
Dmusb_otg.c3574 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro
3580 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),