OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:amdccp_pci_products
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
amdccp_pci.c
57
}
amdccp_pci_products
[] = {
variable in typeref:typename:const struct amdccp_pci_product[]
83
for (i = 0; i < __arraycount(
amdccp_pci_products
); i++) {
84
if (PCI_VENDOR(pa->pa_id) ==
amdccp_pci_products
[i].vendor &&
85
PCI_PRODUCT(pa->pa_id) ==
amdccp_pci_products
[i].product) {
86
return &
amdccp_pci_products
[i];
Completed in 65 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025