Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_apcdma.c110 ddi_acc_handle_t *handle = &APC_HANDLE; in apc_map_regs()
142 if (APC_HANDLE) in apc_unmap_regs()
143 ddi_regs_map_free(&APC_HANDLE); in apc_unmap_regs()
164 ddi_acc_handle_t handle = APC_HANDLE; in apc_reset()
204 ddi_acc_handle_t handle = APC_HANDLE; in apc_start_engine()
270 ddi_acc_handle_t handle = APC_HANDLE; in apc_stop_engine()
323 ddi_acc_handle_t handle = APC_HANDLE; in apc_power()
346 ddi_acc_handle_t handle = APC_HANDLE; in apc_reload()
396 ddi_acc_handle_t handle = APC_HANDLE; in apc_addr()
H A Daudio_4231.h289 #define APC_HANDLE state->cs_handles.cs_codec_hndl macro