Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_TEKRAM (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/
Ddc395x.c144 #ifndef PCI_VENDOR_ID_TEKRAM
145 #define PCI_VENDOR_ID_TEKRAM 0x1DE1 /* Vendor ID */ macro
4044 eeprom->sub_vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
4045 eeprom->sub_vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
4050 eeprom->vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
4051 eeprom->vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
4708 .vendor = PCI_VENDOR_ID_TEKRAM,
/Linux-v5.10/include/linux/
Dpci_ids.h2603 #define PCI_VENDOR_ID_TEKRAM 0x1de1 macro