Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Difb.c276 u_int sc_acceltype; member
440 sc->sc_acceltype = ifb_accel_identify(name); in ifbattach()
442 switch (sc->sc_acceltype) { in ifbattach()
465 if (sc->sc_acceltype != IFB_ACCEL_NONE) { in ifbattach()
471 sc->sc_acceltype = IFB_ACCEL_NONE; in ifbattach()
475 if (sc->sc_acceltype == IFB_ACCEL_NONE) { in ifbattach()
493 if (sc->sc_acceltype != IFB_ACCEL_NONE) { in ifbattach()
758 if (allowaperture != 0 && sc->sc_acceltype != IFB_ACCEL_NONE) { in ifb_mmap()