Home
last modified time | relevance | path

Searched refs:SCSA2USB_MK_32BIT (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c602 signature = SCSA2USB_MK_32BIT(csw.csw_dCSWSignature3, in scsa2usb_handle_csw_result()
605 residue = SCSA2USB_MK_32BIT(csw.csw_dCSWDataResidue3, in scsa2usb_handle_csw_result()
608 tag = SCSA2USB_MK_32BIT(csw.csw_dCSWTag3, csw.csw_dCSWTag2, in scsa2usb_handle_csw_result()
H A Dscsa2usb.c5112 SCSA2USB_MK_32BIT( in scsa2usb_handle_data_done()
5118 max_lba = SCSA2USB_MK_32BIT( in scsa2usb_handle_data_done()
/titanic_44/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h616 #define SCSA2USB_MK_32BIT(a, b, c, d) \ macro