Home | History | Annotate | Download | only in pci

Lines Matching refs:esm_softc

122 static inline void	ringbus_setdest(struct esm_softc *, int, int);
124 static inline uint16_t wp_rdreg(struct esm_softc *, uint16_t);
125 static inline void wp_wrreg(struct esm_softc *, uint16_t, uint16_t);
126 static inline uint16_t wp_rdapu(struct esm_softc *, int, uint16_t);
127 static inline void wp_wrapu(struct esm_softc *, int, uint16_t,
129 static inline void wp_settimer(struct esm_softc *, u_int);
130 static inline void wp_starttimer(struct esm_softc *);
131 static inline void wp_stoptimer(struct esm_softc *);
133 static inline void wc_wrreg(struct esm_softc *, uint16_t, uint16_t);
134 static inline void wc_wrchctl(struct esm_softc *, int, uint16_t);
137 static void set_timer(struct esm_softc *);
141 static void esmch_combine_input(struct esm_softc *,
152 static void esm_freemem(struct esm_softc *, struct esm_dma *);
153 static int esm_allocmem(struct esm_softc *, size_t, size_t,
157 CFATTACH_DECL2_NEW(esm, sizeof(struct esm_softc),
266 esm_dump_regs(struct esm_softc *ess)
306 struct esm_softc *ess;
345 struct esm_softc *ess;
373 ringbus_setdest(struct esm_softc *ess, int src, int dest)
386 wp_rdreg(struct esm_softc *ess, uint16_t reg)
394 wp_wrreg(struct esm_softc *ess, uint16_t reg, uint16_t data)
402 apu_setindex(struct esm_softc *ess, uint16_t reg)
418 wp_rdapu(struct esm_softc *ess, int ch, uint16_t reg)
428 wp_wrapu(struct esm_softc *ess, int ch, uint16_t reg, uint16_t data)
448 wp_settimer(struct esm_softc *ess, u_int freq)
476 wp_starttimer(struct esm_softc *ess)
483 wp_stoptimer(struct esm_softc *ess)
493 wc_wrreg(struct esm_softc *ess, uint16_t reg, uint16_t data)
501 wc_wrchctl(struct esm_softc *ess, int ch, uint16_t data)
514 struct esm_softc *ess;
533 struct esm_softc *ess;
541 esm_initcodec(struct esm_softc *ess)
591 esm_init(struct esm_softc *ess)
658 struct esm_softc *ess;
680 struct esm_softc *ess;
711 struct esm_softc *ess;
826 struct esm_softc *ess;
991 struct esm_softc *ess;
1013 struct esm_softc *ess;
1051 set_timer(struct esm_softc *ess)
1111 esmch_combine_input(struct esm_softc *ess, struct esm_chinfo *ch)
1209 struct esm_softc *ess;
1227 struct esm_softc *ess;
1236 struct esm_softc
1245 struct esm_softc *ess;
1254 struct esm_softc *ess;
1284 struct esm_softc *ess;
1321 struct esm_softc *ess;
1409 esm_freemem(struct esm_softc *sc, struct esm_dma *p)
1426 esm_allocmem(struct esm_softc *sc, size_t size, size_t align,
1494 struct esm_softc *ess;
1659 struct esm_softc *ess = device_private(self);
1691 struct esm_softc *ess = device_private(dv);
1714 struct esm_softc *ess = device_private(dv);
1757 struct esm_softc *esm;