HomeSort by: relevance | last modified time | path
    Searched defs:mesh_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
mesh.c 98 struct mesh_softc { struct
135 static inline int mesh_read_reg(struct mesh_softc *, int);
136 static inline void mesh_set_reg(struct mesh_softc *, int, int);
142 static void mesh_error(struct mesh_softc *, struct mesh_scb *, int, int);
143 static void mesh_select(struct mesh_softc *, struct mesh_scb *);
144 static void mesh_identify(struct mesh_softc *, struct mesh_scb *);
145 static void mesh_command(struct mesh_softc *, struct mesh_scb *);
146 static void mesh_dma_setup(struct mesh_softc *, struct mesh_scb *);
147 static void mesh_dataio(struct mesh_softc *, struct mesh_scb *);
148 static void mesh_status(struct mesh_softc *, struct mesh_scb *)
    [all...]

Completed in 23 milliseconds