Searched refs:APC_RESET (Results 1 – 2 of 2) sorted by relevance
173 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()
112 #define APC_RESET 0x00000001u /* Reset the DMA engine, R/W */ macro