HomeSort by: relevance | last modified time | path
    Searched refs:sc_image_kva (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/mpc5200/
bestcommvar.h 52 void *sc_image_kva; /* CPU pointer to the image */ member in struct:bestcomm_softc
bestcomm.c 202 if (sc == NULL || sc->sc_image_kva == NULL)
217 tdt = (struct bestcomm_tdt *)((char *)sc->sc_image_kva +
314 if (sc == NULL || sc->sc_image_kva == NULL)
317 tdt = (struct bestcomm_tdt *)((char *)sc->sc_image_kva +
427 sc->sc_image_kva = kva;

Completed in 25 milliseconds