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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dupa.c56 #define UPA_CFG_IF 0x10 /* interface config register */ macro
327 if (UPA_READ(sc, UPA_CFG, UPA_CFG_IF) != UPA_CFG_IF_POK) {
333 UPA_WRITE(sc, UPA_CFG, UPA_CFG_IF, UPA_CFG_IF_POK_RST);
334 (void)UPA_READ(sc, UPA_CFG, UPA_CFG_IF);
336 UPA_WRITE(sc, UPA_CFG, UPA_CFG_IF, UPA_CFG_IF_POK);
337 (void)UPA_READ(sc, UPA_CFG, UPA_CFG_IF);

Completed in 102 milliseconds