Home
last modified time | relevance | path

Searched refs:ts_regs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c469 ddi_put32(state->ts_acch, &state->ts_regs->aud_regs.ap_ainten, in audiots_attach()
649 audiots_regs_t *regs = state->ts_regs; in audiots_chip_init()
697 OR_SET_WORD(handle, &state->ts_regs->aud_regs.ap_global_control, in audiots_chip_init()
702 OR_SET_WORD(handle, &state->ts_regs->aud_regs.ap_sctrl, in audiots_chip_init()
705 AND_SET_WORD(handle, &state->ts_regs->aud_regs.ap_sctrl, in audiots_chip_init()
751 data = &state->ts_regs->aud_regs.ap_acrd_35D_data; in audiots_get_ac97()
753 data = &state->ts_regs->aud_regs.ap_acrdwr_data; in audiots_get_ac97()
868 (caddr_t *)&state->ts_regs, 0, 0, &ts_regs_attr, &state->ts_acch) != in audiots_map_regs()
927 uint32_t *gcptr = &state->ts_regs->aud_regs.ap_cir_gc; in audiots_alloc_port()
1026 uint32_t *stimer = &state->ts_regs->aud_regs.ap_stimer; in audiots_read_ac97()
[all …]
H A Daudiots.h458 audiots_regs_t *ts_regs; /* memory mapped registers */ member