Lines Matching defs:subdevice
51 ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
56 | (subdevice << 16)
598 uint16_t subdevice, uint16_t subvendor);
631 uint16_t subdevice, uint16_t subvendor)
639 && subdevice != device
640 && SUBID_9005_TYPE_KNOWN(subdevice) != 0) {
642 switch (SUBID_9005_TYPE(subdevice)) {
669 uint16_t subdevice;
677 subdevice = ahc_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2);
678 full_id = ahc_compose_id(device, vendor, subdevice, subvendor);
683 * subdevice ID as per the Adaptec spec, so do our best
684 * to sanity check it prior to accepting the subdevice
688 && ahc_9005_subdevinfo_valid(device, vendor, subdevice, subvendor)
689 && SUBID_9005_MFUNCENB(subdevice) == 0)