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

/openbsd-current/sys/arch/sparc64/dev/
H A Dstp_sbus.c60 struct sparc_bus_space_tag *sc_bustag_le; member in struct:stp4020_sbus_softc
95 ssc->sc_bustag_le = malloc(sizeof(*sa->sa_bustag), M_DEVBUF, M_NOWAIT);
96 if (ssc->sc_bustag_le == NULL)
98 *ssc->sc_bustag_le = *sa->sa_bustag;
99 ssc->sc_bustag_le->asi = ASI_PRIMARY_LITTLE;
138 bt = ssc->sc_bustag_le;

Completed in 94 milliseconds