viddid           1286 drivers/misc/eeprom/idt_89hpesx.c 	u32 viddid;
viddid           1290 drivers/misc/eeprom/idt_89hpesx.c 	ret = idt_csr_read(pdev, IDT_VIDDID_CSR, &viddid);
viddid           1297 drivers/misc/eeprom/idt_89hpesx.c 	if ((viddid & IDT_VID_MASK) != PCI_VENDOR_ID_IDT) {
viddid           1298 drivers/misc/eeprom/idt_89hpesx.c 		dev_err(dev, "Got unsupported VID/DID: 0x%08x", viddid);
viddid           1303 drivers/misc/eeprom/idt_89hpesx.c 		(viddid & IDT_VID_MASK), (viddid >> 16));