Searched refs:arb_slot (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/sgimips/hpc/
H A Dhpc.c462 int arb_slot; local
466 arb_slot = GIO_SLOT_EXP1;
468 arb_slot = GIO_SLOT_EXP0;
470 if (gio_arb_config(arb_slot, GIO_ARB_LB | GIO_ARB_MST |
479 (arb_slot == GIO_SLOT_EXP0) ? 0 : 1);
484 if (arb_slot == GIO_SLOT_EXP0)
491 int arb_slot; local
493 arb_slot = (ga->ga_addr == HPC_BASE_ADDRESS_1) ?
496 if (gio_arb_config(arb_slot, GIO_ARB_RT | GIO_ARB_MST)) {

Completed in 87 milliseconds