Searched refs:ssac (Results 1 – 5 of 5) sorted by relevance
751 u8 ssac = 1; in bos_desc() local756 ssac = 3; in bos_desc()762 ssic = (ssac + 1) / 2 - 1; in bos_desc()767 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(ssac)); in bos_desc()768 ssp_cap->bLength = USB_DT_USB_SSP_CAP_SIZE(ssac); in bos_desc()775 cpu_to_le32(FIELD_PREP(USB_SSP_SUBLINK_SPEED_ATTRIBS, ssac) | in bos_desc()795 for (i = 0; i < ssac + 1; i++) { in bos_desc()
1082 #define USB_DT_USB_SSP_CAP_SIZE(ssac) (12 + (ssac + 1) * 4) argument
1104 #define USB_DT_USB_SSP_CAP_SIZE(ssac) (12 + (ssac + 1) * 4) argument
985 int length, total_len, num, i, ssac; in usb_get_bos_descriptor() local1067 ssac = (le32_to_cpu(ssp_cap->bmAttributes) & in usb_get_bos_descriptor()1069 if (length >= USB_DT_USB_SSP_CAP_SIZE(ssac)) in usb_get_bos_descriptor()