Lines Matching refs:mly_softc
119 struct mly_softc;
141 void (*mc_complete)(struct mly_softc *, struct mly_ccb *);
152 struct mly_softc { struct
228 static __inline u_int8_t mly_inb(struct mly_softc *, int); argument
229 static __inline u_int16_t mly_inw(struct mly_softc *, int);
230 static __inline u_int32_t mly_inl(struct mly_softc *, int);
231 static __inline void mly_outb(struct mly_softc *, int, u_int8_t);
232 static __inline void mly_outw(struct mly_softc *, int, u_int16_t);
233 static __inline void mly_outl(struct mly_softc *, int, u_int32_t);
234 static __inline int mly_idbr_true(struct mly_softc *, u_int8_t);
235 static __inline int mly_odbr_true(struct mly_softc *, u_int8_t);
236 static __inline int mly_error_valid(struct mly_softc *);
239 mly_inb(struct mly_softc *mly, int off) in mly_inb()
248 mly_inw(struct mly_softc *mly, int off) in mly_inw()
257 mly_inl(struct mly_softc *mly, int off) in mly_inl()
266 mly_outb(struct mly_softc *mly, int off, u_int8_t val) in mly_outb()
275 mly_outw(struct mly_softc *mly, int off, u_int16_t val) in mly_outw()
284 mly_outl(struct mly_softc *mly, int off, u_int32_t val) in mly_outl()
293 mly_idbr_true(struct mly_softc *mly, u_int8_t mask) in mly_idbr_true()
302 mly_odbr_true(struct mly_softc *mly, u_int8_t mask) in mly_odbr_true()
309 mly_error_valid(struct mly_softc *mly) in mly_error_valid()