Searched refs:mesh_softc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/macppc/dev/ |
H A D | mesh.c | 98 struct mesh_softc { struct 135 static inline int mesh_read_reg(struct mesh_softc *, int); argument 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 …]
|