Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_apcdma.c173 ddi_put32(handle, &APC_DMACSR, APC_RESET); in apc_reset()
327 OR_SET_WORD(handle, &APC_DMACSR, APC_RESET); in apc_power()
328 AND_SET_WORD(handle, &APC_DMACSR, ~APC_RESET); in apc_power()
H A Daudio_4231.h112 #define APC_RESET 0x00000001u /* Reset the DMA engine, R/W */ macro