| pci_subr.c | 3041 	pcireg_t arbsel;  local in function:pci_conf_print_vc_cap 3072 	arbsel = PCIREG_SHIFTOUT(reg, PCI_VC_CONTROL_VC_ARB_SELECT);
 3073 	printf("      VC Arbitration Select: 0x%x\n", arbsel);
 3080 	if ((arbtab != 0) && (arbsel != 0))
 3082 		    "VC", arb_phases[arbsel], 4, false);
 3120 		arbsel = PCIREG_SHIFTOUT(reg, PCI_VC_RESOURCE_CTL_PORT_ARB_SELECT);
 3121 		printf("        Port Arbitration Select: 0x%x\n", arbsel);
 3133 		if ((arbtab != 0) && (arbsel != 0))
 3136 			    "Port", arb_phases[arbsel], parbsize, true);
 
 |