Home
last modified time | relevance | path

Searched refs:CS4231_FRAGSZ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_apcdma.c371 eng->ce_paddr + (CS4231_FRAGSZ * eng->ce_curidx)); in apc_reload()
376 ddi_put32(handle, nc, CS4231_FRAGSZ); in apc_reload()
H A Daudio_4231_eb2dma.c401 ddi_put32(handle, &regs->eb2bcr, CS4231_FRAGSZ); in eb2_reload()
405 eng->ce_paddr + (CS4231_FRAGSZ * eng->ce_curidx)); in eb2_reload()
H A Daudio_4231.h235 #define CS4231_FRAGSZ ((CS4231_NFRAMES / CS4231_NFRAGS) * 4) macro