Home
last modified time | relevance | path

Searched refs:portc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c220 portc->reset(portc); in auvia_start()
280 n = portc->nframes - (pos - portc->pos); in auvia_count()
302 OUTL(devc, portc->base + OFF_DMA, portc->sgd_paddr); in auvia_reset_output()
350 OUTL(devc, portc->base + OFF_DMA, portc->sgd_paddr); in auvia_reset_input()
375 portc = kmem_zalloc(sizeof (*portc), KM_SLEEP); in auvia_alloc_port()
376 devc->portc[num] = portc; in auvia_alloc_port()
404 portc->buf_size = portc->nframes * portc->nchan * sizeof (int16_t); in auvia_alloc_port()
464 audio_engine_set_private(portc->engine, portc); in auvia_alloc_port()
474 auvia_portc_t *portc = devc->portc[i]; in auvia_destroy() local
499 kmem_free(portc, sizeof (*portc)); in auvia_destroy()
[all …]
H A Daudiovia823x.h165 auvia_portc_t *portc[AUVIA_NUM_PORTC]; member
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c421 portc->reset_port(portc); in emu10k_start()
422 portc->start_port(portc); in emu10k_start()
434 portc->stop_port(portc); in emu10k_stop()
479 portc->update_port(portc); in emu10k_count()
766 cnt = (portc->nframes - portc->pos) + pos; in emu10k_update_play()
852 cnt = ((portc->buf_size) - portc->pos) >> 2; in emu10k_update_rec()
875 devc->portc[num] = portc; in emu10k_alloc_port()
893 portc->nframes = portc->buf_size / 4; in emu10k_alloc_port()
906 portc->buf_size = portc->nframes * portc->channels * 2; in emu10k_alloc_port()
1014 emu10k_portc_t *portc = devc->portc[i]; in emu10k_destroy() local
[all …]
H A Daudioemu10k.h433 emu10k_portc_t *portc[EMU10K_NUM_PORTC]; member
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.c620 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in cmediahd_sync()
655 count = ((portc->bufsz/4) - portc->offset) + offset; in cmediahd_count()
663 count = portc->count / (portc->chans/2); in cmediahd_count()
770 portc = kmem_zalloc(sizeof (*portc), KM_SLEEP); in cmediahd_alloc_port()
771 devc->portc[num] = portc; in cmediahd_alloc_port()
796 portc->bufsz = portc->nframes * portc->chans * 2; in cmediahd_alloc_port()
807 &portc->kaddr, &len, &portc->buf_acch) != DDI_SUCCESS) { in cmediahd_alloc_port()
828 audio_engine_set_private(portc->engine, portc); in cmediahd_alloc_port()
841 cmediahd_portc_t *portc = devc->portc[i]; in cmediahd_destroy() local
842 if (!portc) in cmediahd_destroy()
[all …]
H A Daudiocmihd.h349 cmediahd_portc_t *portc[CMEDIAHD_NUM_PORTC]; member
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y106 %type <num> portc porteq
1125 portc: port compare { $$ = $2;
1140 portc portnum { $$.pc = $1;