Lines Matching refs:esa_softc
132 static int esa_allocmem(struct esa_softc *, size_t, size_t,
134 static int esa_freemem(struct esa_softc *, struct esa_dma *);
137 static uint16_t esa_read_assp(struct esa_softc *, uint16_t, uint16_t);
138 static void esa_write_assp(struct esa_softc *, uint16_t, uint16_t,
140 static int esa_init_codec(struct esa_softc *);
146 static int esa_wait(struct esa_softc *);
147 static int esa_init(struct esa_softc *);
148 static void esa_config(struct esa_softc *);
149 static uint8_t esa_assp_halt(struct esa_softc *);
150 static void esa_codec_reset(struct esa_softc *);
151 static int esa_amp_enable(struct esa_softc *);
152 static void esa_enable_interrupts(struct esa_softc *);
153 static uint32_t esa_get_pointer(struct esa_softc *,
200 CFATTACH_DECL2_NEW(esa, sizeof(struct esa_softc), esa_match, esa_attach,
234 struct esa_softc *sc;
309 struct esa_softc *sc;
352 struct esa_softc *sc;
394 struct esa_softc *sc;
418 struct esa_softc *sc;
445 struct esa_softc *sc;
456 struct esa_softc *sc;
467 struct esa_softc *sc;
487 struct esa_softc *sc;
621 struct esa_softc *sc;
752 struct esa_softc *sc;
851 esa_allocmem(struct esa_softc *sc, size_t size, size_t align,
891 esa_freemem(struct esa_softc *sc, struct esa_dma *p)
928 struct esa_softc *sc;
1088 struct esa_softc *sc = device_private(self);
1103 struct esa_softc *sc = device_private(self);
1123 esa_read_assp(struct esa_softc *sc, uint16_t region, uint16_t index)
1140 esa_write_assp(struct esa_softc *sc, uint16_t region, uint16_t index,
1157 esa_softc *sc)
1173 struct esa_softc *sc;
1184 struct esa_softc *sc;
1205 struct esa_softc *sc;
1233 struct esa_softc *sc;
1240 esa_wait(struct esa_softc *sc)
1259 esa_init(struct esa_softc *sc)
1356 esa_config(struct esa_softc *sc)
1402 esa_assp_halt(struct esa_softc *sc)
1421 esa_codec_reset(struct esa_softc *sc)
1484 esa_amp_enable(struct esa_softc *sc)
1522 esa_enable_interrupts(struct esa_softc *sc)
1544 struct esa_softc *sc;
1558 struct esa_softc *sc;
1597 struct esa_softc *sc = device_private(dv);
1631 struct esa_softc *sc = device_private(dv);
1688 esa_get_pointer(struct esa_softc *sc, struct esa_channel *ch)
1708 struct esa_softc *sc;