Home
last modified time | relevance | path

Searched refs:SCSA2USB_CBI_PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h413 #define SCSA2USB_CBI_PROTOCOL 0x0002 /* CBI w/ intr wire protocol */ macro
432 (((s)->scsa2usb_cmd_protocol & SCSA2USB_CBI_PROTOCOL))
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c413 {"CBI", SCSA2USB_CBI_PROTOCOL},
811 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_CBI_PROTOCOL; in scsa2usb_attach()