OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIE_LCAP2_DRS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
pcireg.h
1186
#define
PCIE_LCAP2_DRS
__BIT(31) /* DRS Supported */
pci_subr.c
2398
onoff("DRS Supported", reg,
PCIE_LCAP2_DRS
);
2399
drs_supported = (reg &
PCIE_LCAP2_DRS
) ? true : false;
Completed in 19 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025