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

  /src/sys/arch/sparc64/dev/
psychovar.h 35 struct psycho_softc;
39 struct psycho_softc *pp_sc;
85 struct psycho_softc { struct
psycho.c 115 static void psycho_set_intr(struct psycho_softc *, int, void *, uint64_t *,
138 static void psycho_iommu_init(struct psycho_softc *, int);
161 static void psycho_register_power_button(struct psycho_softc *sc);
171 CFATTACH_DECL_NEW(psycho, sizeof(struct psycho_softc),
226 struct psycho_softc *psycho0 = NULL;
254 static void psycho_dump_intmap(struct psycho_softc *sc);
256 psycho_dump_intmap(struct psycho_softc *sc)
299 struct psycho_softc *sc = device_private(self);
300 struct psycho_softc *osc = NULL;
429 struct psycho_softc *asc = device_lookup_private(&psycho_cd, n)
    [all...]

Completed in 11 milliseconds