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

  /src/sys/dev/ic/
msm6242bvar.h 35 struct msm6242b_softc { struct
44 void msm6242b_attach(struct msm6242b_softc *);
msm6242b.c 54 bool msm6242b_hold(struct msm6242b_softc *sc);
55 void msm6242b_free(struct msm6242b_softc *sc);
56 static uint8_t msm6242b_read(struct msm6242b_softc *, uint8_t);
57 static void msm6242b_write(struct msm6242b_softc *, uint8_t, uint8_t);
58 static void msm6242b_set(struct msm6242b_softc *, uint8_t, uint8_t);
59 static void msm6242b_unset(struct msm6242b_softc *, uint8_t, uint8_t);
62 msm6242b_attach(struct msm6242b_softc *sc)
89 struct msm6242b_softc *sc = device_private(handle->todr_dev);
142 msm6242b_hold(struct msm6242b_softc *sc)
173 msm6242b_free(struct msm6242b_softc *sc
    [all...]
  /src/sys/arch/amiga/dev/
a2kbbc.c 67 struct msm6242b_softc sc_msm6242b;
104 struct msm6242b_softc *msc;

Completed in 27 milliseconds