Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
pci_subr.c | 2374 bool drs_supported = false; local in function:pci_conf_print_pcie_cap 2399 drs_supported = (reg & PCIE_LCAP2_DRS) ? true : false; 2440 if (drs_supported) { |
pci_subr.c | 2374 bool drs_supported = false; local in function:pci_conf_print_pcie_cap 2399 drs_supported = (reg & PCIE_LCAP2_DRS) ? true : false; 2440 if (drs_supported) { |