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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Djbusppm.c50 #define JBUSPPM_ESTAR 1 macro
120 for (i = JBUSPPM_DEVID; i <= JBUSPPM_ESTAR; i++) {
123 * The JBUSPPM_ESTAR resources is shared with that of the
128 &rid, (i == JBUSPPM_ESTAR ? RF_SHAREABLE : 0) | RF_ACTIVE);
141 if (i == JBUSPPM_ESTAR) {
193 if (i == JBUSPPM_ESTAR)
204 switch (JBUSPPM_READ(sc, JBUSPPM_ESTAR, JBUSPPM_ESTAR_CTRL) &
225 for (i = JBUSPPM_DEVID; i <= JBUSPPM_ESTAR && sc->sc_res[i] != NULL;

Completed in 91 milliseconds