APC_DMACSR
ddi_put32(*handle, &APC_DMACSR, APC_CLEAR_RESET_VALUE);
ddi_put32(handle, &APC_DMACSR, APC_RESET);
ddi_put32(handle, &APC_DMACSR, APC_CLEAR_RESET_VALUE);
csr = ddi_get32(handle, &APC_DMACSR);
csr = ddi_get32(handle, &APC_DMACSR);
OR_SET_WORD(handle, &APC_DMACSR, enable);
OR_SET_WORD(handle, &APC_DMACSR, abort);
reg = ddi_get32(handle, &APC_DMACSR);
reg = ddi_get32(handle, &APC_DMACSR);
AND_SET_WORD(handle, &APC_DMACSR, ~(abort|disable));
AND_SET_WORD(handle, &APC_DMACSR, ~APC_COD_PDWN);
OR_SET_WORD(handle, &APC_DMACSR, APC_RESET);
AND_SET_WORD(handle, &APC_DMACSR, ~APC_RESET);
OR_SET_WORD(handle, &APC_DMACSR, APC_COD_PDWN);
if ((ddi_get32(handle, &APC_DMACSR) & dirty) == 0) {