octmpi_softc
struct octmpi_softc *sc = device_private(self);
struct octmpi_softc *sc = arg;
struct octmpi_softc *sc = (void *)parent;
struct octmpi_softc *sc = (void *)parent;
octmpi_xfer(struct octmpi_softc *sc, size_t tx, size_t total)
octmpi_wait(struct octmpi_softc *sc)
octmpi_reg_rd(struct octmpi_softc *sc, int offset)
octmpi_reg_wr(struct octmpi_softc *sc, int offset, uint64_t datum)
struct octmpi_softc *sc = arg;
static void octmpi_xfer(struct octmpi_softc *, size_t, size_t);
static void octmpi_wait(struct octmpi_softc *);
static inline uint64_t octmpi_reg_rd(struct octmpi_softc *, int);
static inline void octmpi_reg_wr(struct octmpi_softc *, int, uint64_t);
CFATTACH_DECL_NEW(octeon_mpi, sizeof(struct octmpi_softc),