Home
last modified time | relevance | path

Searched refs:vendor_info (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_vendor.c81 hci1394_vendor_info_t *vendor_info, hci1394_vendor_handle_t *vendor_handle) in hci1394_vendor_init() argument
88 ASSERT(vendor_info != NULL); in hci1394_vendor_init()
96 vendor->ve_info = *vendor_info; in hci1394_vendor_init()
104 switch (vendor_info->vendor_id) { in hci1394_vendor_init()
108 switch (vendor_info->device_id) { in hci1394_vendor_init()
141 vendor_info->vendor_reg_count = vendor->ve_reg_count; in hci1394_vendor_init()
192 hci1394_vendor_info_t *vendor_info; in hci1394_vendor_resume() local
199 vendor_info = &vendor_handle->ve_info; in hci1394_vendor_resume()
202 switch (vendor_info->vendor_id) { in hci1394_vendor_resume()
206 switch (vendor_info->device_id) { in hci1394_vendor_resume()
H A Dhci1394_ioctl.c476 hbainfo.pci_vendor_id = soft_state->vendor_info.vendor_id; in hci1394_ioctl_hbainfo()
477 hbainfo.pci_device_id = soft_state->vendor_info.device_id; in hci1394_ioctl_hbainfo()
478 hbainfo.pci_revision_id = soft_state->vendor_info.revision_id; in hci1394_ioctl_hbainfo()
479 hbainfo.ohci_version = soft_state->vendor_info.ohci_version; in hci1394_ioctl_hbainfo()
480 hbainfo.ohci_vendor_id = soft_state->vendor_info.ohci_vendor_id; in hci1394_ioctl_hbainfo()
481 hbainfo.ohci_vregset_cnt = soft_state->vendor_info.vendor_reg_count; in hci1394_ioctl_hbainfo()
H A Dhci1394_attach.c458 &soft_state->vendor_info, &soft_state->vendor); in hci1394_hardware_init()
640 soft_state->vendor_info.vendor_id = in hci1394_pci_init()
642 soft_state->vendor_info.device_id = in hci1394_pci_init()
644 soft_state->vendor_info.revision_id = in hci1394_pci_init()
H A Dhci1394_ohci.c199 soft_state->vendor_info.ohci_vendor_id = in hci1394_ohci_init()
202 soft_state->vendor_info.ohci_version = version; in hci1394_ohci_init()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h86 hci1394_vendor_info_t vendor_info; /* see hci1394_vendor.h */ member
H A Dhci1394_vendor.h112 hci1394_vendor_info_t *vendor_info, hci1394_vendor_handle_t *vendor_handle);
/titanic_44/usr/src/uts/intel/io/dnet/
H A Ddnet.c441 uchar_t vendor_info[SROM_SIZE]; in dnet_hack() local
480 io_reg, vendor_info, sizeof (vendor_info)); in dnet_hack()
510 uchar_t vendor_info[SROM_SIZE]; in dnet_attach() local
651 dnetp->io_reg, vendor_info, sizeof (vendor_info)); in dnet_attach()
656 dnet_parse_srom(dnetp, &dnetp->sr, vendor_info); in dnet_attach()