Searched refs:SH7751_VENDOR_ID (Results 1 – 4 of 4) sorted by relevance
50 case (SH7751_DEVICE_ID << 16) | SH7751_VENDOR_ID: in pcibios_init_platform()53 case (SH7751R_DEVICE_ID << 16) | SH7751_VENDOR_ID: in pcibios_init_platform()
43 (u32)((SH7751_DEVICE_ID <<16) | (SH7751_VENDOR_ID))) { in pcibios_init_platform()
205 if ((id != ((SH7751_DEVICE_ID << 16) | SH7751_VENDOR_ID)) && in pci_check_direct()206 (id != ((SH7751R_DEVICE_ID << 16) | SH7751_VENDOR_ID))) { in pci_check_direct()
37 #define SH7751_VENDOR_ID 0x1054 macro