Home
last modified time | relevance | path

Searched refs:PCI_COMPAT_EOL_VALUE (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/pci/
H A Dpcivar.h326 #define PCI_COMPAT_EOL_VALUE (0xffffffffU) macro
327 #define PCI_COMPAT_EOL { .id = PCI_COMPAT_EOL_VALUE }
H A Dpci_subr.c96 return device_compatible_lookup_id(id, PCI_COMPAT_EOL_VALUE, dce); in pci_compatible_lookup_id()