Searched refs:HSETW (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/dev/usb/controller/ |
| D | xhci.c | 3112 #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),
|
| D | atmegadci.c | 1551 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro 1557 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
| D | avr32dci.c | 1492 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro 1498 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
| D | uss820dci.c | 1792 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro 1798 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
| D | at91dci.c | 1728 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro 1734 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
| D | musb_otg.c | 3574 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) } macro 3580 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|