Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Ddc395x.c86 #ifndef PCI_VENDOR_ID_TEKRAM
87 #define PCI_VENDOR_ID_TEKRAM 0x1DE1 /* Vendor ID */ macro
3435 eeprom->sub_vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
3436 eeprom->sub_vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
3441 eeprom->vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
3442 eeprom->vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
4042 .vendor = PCI_VENDOR_ID_TEKRAM,
/linux/rust/kernel/pci/
H A Did.rs547 TEKRAM = bindings::PCI_VENDOR_ID_TEKRAM, // 0x1de1