HomeSort by: relevance | last modified time | path
    Searched defs:substmax (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
pci_subr.c 3760 unsigned int substmax, i; local in function:pci_conf_print_dpa_cap
3766 substmax = PCIREG_SHIFTOUT(reg, PCI_DPA_CAP_SUBSTMAX);
3767 printf(" Substate Max: %u\n", substmax);
3815 for (i = 0; i <= substmax; i++)

Completed in 13 milliseconds