Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Ddc395x.c145 #ifndef PCI_VENDOR_ID_TEKRAM
146 #define PCI_VENDOR_ID_TEKRAM 0x1DE1 /* Vendor ID */ macro
4007 eeprom->sub_vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
4008 eeprom->sub_vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
4013 eeprom->vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
4014 eeprom->vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
4673 .vendor = PCI_VENDOR_ID_TEKRAM,
/openbmc/u-boot/include/
H A Dpci_ids.h2526 #define PCI_VENDOR_ID_TEKRAM 0x1de1 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h2608 #define PCI_VENDOR_ID_TEKRAM 0x1de1 macro