Searched refs:USB_DT_USB_SSP_CAP_SIZE (Results 1 – 3 of 3) sorted by relevance
917 [USB_SSP_CAP_TYPE] = USB_DT_USB_SSP_CAP_SIZE(1),1014 if (length >= USB_DT_USB_SSP_CAP_SIZE(ssac)) in usb_get_bos_descriptor()
1084 #define USB_DT_USB_SSP_CAP_SIZE(ssac) (12 + (ssac + 1) * 4) macro
693 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(1)); in bos_desc()694 ssp_cap->bLength = USB_DT_USB_SSP_CAP_SIZE(1); in bos_desc()