Lines Matching refs:subdevice
52 ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
57 | (subdevice << 16)
671 uint16_t subdevice, uint16_t subvendor);
706 uint16_t subdevice, uint16_t subvendor)
714 && subdevice != device
715 && SUBID_9005_TYPE_KNOWN(subdevice) != 0) {
716 switch (SUBID_9005_TYPE(subdevice)) {
743 uint16_t subdevice;
751 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2);
752 full_id = ahc_compose_id(device, vendor, subdevice, subvendor);
757 * subdevice ID as per the Adaptec spec, so do our best
758 * to sanity check it prior to accepting the subdevice
762 && ahc_9005_subdevinfo_valid(device, vendor, subdevice, subvendor)
763 && SUBID_9005_MFUNCENB(subdevice) == 0)