Home
last modified time | relevance | path

Searched refs:octmpi_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_mpi.c50 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()
[all …]