Lines Matching refs:octmpi_softc
50 struct octmpi_softc { struct
72 static void octmpi_xfer(struct octmpi_softc *, size_t, size_t); argument
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); in octmpi_attach()
159 struct octmpi_softc *sc = arg;
172 struct octmpi_softc *sc = (void *)parent; in octmpi_read()
187 struct octmpi_softc *sc = (void *)parent; in octmpi_write()
200 octmpi_xfer(struct octmpi_softc *sc, size_t tx, size_t total) in octmpi_xfer()
214 octmpi_wait(struct octmpi_softc *sc) in octmpi_wait()
227 octmpi_reg_rd(struct octmpi_softc *sc, int offset) in octmpi_reg_rd()
234 octmpi_reg_wr(struct octmpi_softc *sc, int offset, uint64_t datum) in octmpi_reg_wr()
243 struct octmpi_softc *sc = arg; in octmpi_configure()