Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_TEKRAM (Results 1 – 3 of 3) 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.rs548 TEKRAM = bindings::PCI_VENDOR_ID_TEKRAM, // 0x1de1
/linux/include/linux/
H A Dpci_ids.h2624 #define PCI_VENDOR_ID_TEKRAM 0x1de1 macro