Home | History | Annotate | Download | only in pci

Lines Matching defs:did

423     uint32_t did, sid;
431 /* sid & did are the easiest way to compare devices */
434 did = dev->vid_did;
436 if (((did ^ m->did) & m->did_mask) == 0 &&
459 uint32_t did, sid, rcid;
483 did = pci_readl(a);
485 if (did == 0xffffffff || did == 0xffff0000 ||
486 did == 0x0000ffff || did == 0x00000000)
520 func->vid_did = did;
525 ("Scanning: BUS %02x DID %08x (%04x:%04x) SID %08x RID %02x\n",
526 nbus, did, did >> 16, (did << 16) >> 16, sid, rcid & 0xff);