Home
last modified time | relevance | path

Searched refs:PCI_DEVICE_ID_NS_83815 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dnatsemi.c244 {PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_83815},
/openbmc/u-boot/include/
H A Dpci_ids.h416 #define PCI_DEVICE_ID_NS_83815 0x0020 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h439 #define PCI_DEVICE_ID_NS_83815 0x0020 macro
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c2676 eeprom->magic = PCI_VENDOR_ID_NS | (PCI_DEVICE_ID_NS_83815<<16); in get_eeprom()