Home | History | Annotate | Download | only in dev

Lines Matching defs:octmpi_softc

50 struct octmpi_softc {
72 static void octmpi_xfer(struct octmpi_softc *, size_t, size_t);
73 static void octmpi_wait(struct octmpi_softc *);
74 static inline uint64_t octmpi_reg_rd(struct octmpi_softc *, int);
75 static inline void octmpi_reg_wr(struct octmpi_softc *, int, uint64_t);
85 CFATTACH_DECL_NEW(octeon_mpi, sizeof(struct octmpi_softc),
109 struct octmpi_softc *sc = device_private(self);
159 struct octmpi_softc *sc = arg;
172 struct octmpi_softc *sc = (void *)parent;
187 struct octmpi_softc *sc = (void *)parent;
200 octmpi_xfer(struct octmpi_softc *sc, size_t tx, size_t total)
214 octmpi_wait(struct octmpi_softc *sc)
227 octmpi_reg_rd(struct octmpi_softc *sc, int offset)
234 octmpi_reg_wr(struct octmpi_softc *sc, int offset, uint64_t datum)
243 struct octmpi_softc *sc = arg;