Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ioctl.c565 if ((read_selfid.count * 4) > OHCI_MAX_SELFID_SIZE) { in hci1394_ioctl_read_selfid()
619 if ((read_selfid->count * 4) > OHCI_MAX_SELFID_SIZE) { in hci1394_ioctl_read_selfid32()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h50 #define OHCI_MAX_SELFID_SIZE 2048 macro