Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c519 …static const char arb_selects[8][7] = { "Fixed", "WRR32", "WRR64", "WRR128", "??4", "??5", "??6", … in cap_vc() local
543 if (arb_selects[i][0] != '?' || cr2 & (1 << i)) in cap_vc()
544 printf("%c%s%c", (i ? ' ' : '\t'), arb_selects[i], FLAG(cr2, 1 << i)); in cap_vc()
547 printf("\n\t\tCtrl:\tArbSelect=%s\n", TABLE(arb_selects, BITS(ctrl, 1, 3), buf)); in cap_vc()