Home
last modified time | relevance | path

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

/external/grub/netboot/
Dpci.h149 #define PCI_DEVICE_ID_MX987x5 0x0531 macro
Dconfig.c165 { PCI_VENDOR_ID_MACRONIX, PCI_DEVICE_ID_MX987x5,
309 { PCI_VENDOR_ID_MACRONIX, PCI_DEVICE_ID_MX987x5, tulip_probe },
Dotulip.c199 if (vendor == PCI_VENDOR_ID_MACRONIX && dev_id == PCI_DEVICE_ID_MX987x5) { in tulip_reset()