Home
last modified time | relevance | path

Searched defs:devc (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c179 emu10k_devc_t *devc = arg; in emu10k_read_ac97() local
202 emu10k_devc_t *devc = arg; in emu10k_write_ac97() local
217 emu10k_read_reg(emu10k_devc_t *devc, int reg, int chn) in emu10k_read_reg()
239 emu10k_write_reg(emu10k_devc_t *devc, int reg, int chn, uint32_t value) in emu10k_write_reg()
260 emu10k_write_routing(emu10k_devc_t *devc, int voice, unsigned char *routing) in emu10k_write_routing()
283 emu10k_write_efx(emu10k_devc_t *devc, int reg, unsigned int value) in emu10k_write_efx()
295 emu10k_devc_t *devc = portc->devc; in emu10k_update_output_volume() local
328 emu10k_devc_t *devc = portc->devc; in emu10k_setup_voice() local
393 emu10k_devc_t *devc = portc->devc; in emu10k_open() local
418 emu10k_devc_t *devc = portc->devc; in emu10k_start() local
[all …]
H A Daudioemu10k.h340 emu10k_devc_t *devc; member
352 emu10k_devc_t *devc; member
436 #define INB(devc, reg) ddi_get8(devc->regsh, (void *)(reg)) argument
437 #define OUTB(devc, val, reg) ddi_put8(devc->regsh, (void *)(reg), (val)) argument
439 #define INW(devc, reg) ddi_get16(devc->regsh, (void *)(reg)) argument
440 #define OUTW(devc, val, reg) ddi_put16(devc->regsh, (void *)(reg), (val)) argument
442 #define INL(devc, reg) ddi_get32(devc->regsh, (void *)(reg)) argument
443 #define OUTL(devc, val, reg) ddi_put32(devc->regsh, (void *)(reg), (val)) argument
/onnv-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c137 auvia_devc_t *devc = arg; in auvia_read_ac97() local
172 auvia_devc_t *devc = arg; in auvia_write_ac97() local
218 auvia_devc_t *devc = portc->devc; in auvia_start() local
229 auvia_devc_t *devc = portc->devc; in auvia_stop() local
271 auvia_devc_t *devc = portc->devc; in auvia_count() local
296 auvia_devc_t *devc = portc->devc; in auvia_reset_output() local
344 auvia_devc_t *devc = portc->devc; in auvia_reset_input() local
363 auvia_alloc_port(auvia_devc_t *devc, int num) in auvia_alloc_port()
471 auvia_destroy(auvia_devc_t *devc) in auvia_destroy()
518 auvia_hwinit(auvia_devc_t *devc) in auvia_hwinit()
[all …]
H A Daudiovia823x.h123 auvia_devc_t *devc; member
170 #define INL(devc, reg) ddi_get32(devc->regsh, (void *)(reg)) argument
172 #define INB(devc, reg) ddi_get8(devc->regsh, (void *)(reg)) argument
174 #define OUTL(devc, reg, val) ddi_put32(devc->regsh, (void *)(reg), (val)) argument
176 #define OUTB(devc, reg, val) ddi_put8(devc->regsh, (void *)(reg), (val)) argument
/onnv-gate/usr/src/uts/common/io/audio/drv/audiovia97/
H A Daudiovia97.c131 via97_devc_t *devc = arg; in via97_read_ac97() local
165 via97_devc_t *devc = arg; in via97_write_ac97() local
210 via97_devc_t *devc = portc->devc; in via97_start() local
231 via97_devc_t *devc = portc->devc; in via97_stop() local
286 via97_devc_t *devc = portc->devc; in via97_count() local
309 via97_alloc_port(via97_devc_t *devc, int num) in via97_alloc_port()
411 via97_destroy(via97_devc_t *devc) in via97_destroy()
458 via97_hwinit(via97_devc_t *devc) in via97_hwinit()
485 via97_devc_t *devc; in via97_attach() local
559 via97_devc_t *devc; in via97_resume() local
[all …]
H A Daudiovia97.h58 via97_devc_t *devc; member
93 #define INL(devc, reg) ddi_get32(devc->regsh, (void *)(reg)) argument
95 #define INB(devc, reg) ddi_get8(devc->regsh, (void *)(reg)) argument
97 #define OUTL(devc, reg, val) ddi_put32(devc->regsh, (void *)(reg), (val)) argument
99 #define OUTB(devc, reg, val) ddi_put8(devc->regsh, (void *)(reg), (val)) argument