Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddc395x.c144 #ifndef PCI_VENDOR_ID_TEKRAM
145 #define PCI_VENDOR_ID_TEKRAM 0x1DE1 /* Vendor ID */ macro
4053 eeprom->sub_vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
4054 eeprom->sub_vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
4059 eeprom->vendor_id[0] = (u8)PCI_VENDOR_ID_TEKRAM; in check_eeprom()
4060 eeprom->vendor_id[1] = (u8)(PCI_VENDOR_ID_TEKRAM >> 8); in check_eeprom()
4718 .vendor = PCI_VENDOR_ID_TEKRAM,
/OK3568_Linux_fs/u-boot/include/
H A Dpci_ids.h2524 #define PCI_VENDOR_ID_TEKRAM 0x1de1 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci_ids.h2614 #define PCI_VENDOR_ID_TEKRAM 0x1de1 macro