Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dspifreg.h99 #define STC_GFRCR 0x6b /* global firmware rev code */ macro
H A Dspif.c261 sc->sc_rev2 = STC_READ(sc, STC_GFRCR); in spif_attach()
266 while (STC_READ(sc, STC_GFRCR) != sc->sc_rev2); in spif_attach()