Home | History | Annotate | Download | only in pci

Lines Matching refs:mly_softc

119 struct mly_softc;
141 void (*mc_complete)(struct mly_softc *, struct mly_ccb *);
152 struct mly_softc {
228 static __inline u_int8_t mly_inb(struct mly_softc *, int);
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)
248 mly_inw(struct mly_softc *mly, int off)
257 mly_inl(struct mly_softc *mly, int off)
266 mly_outb(struct mly_softc *mly, int off, u_int8_t val)
275 mly_outw(struct mly_softc *mly, int off, u_int16_t val)
284 mly_outl(struct mly_softc *mly, int off, u_int32_t val)
293 mly_idbr_true(struct mly_softc *mly, u_int8_t mask)
302 mly_odbr_true(struct mly_softc *mly, u_int8_t mask)
309 mly_error_valid(struct mly_softc *mly)