Searched refs:ERROR_INT_STATUS_REG (Results 1 – 3 of 3) sorted by relevance
80 Ft_out32(pConfig->baseAddress + ERROR_INT_STATUS_REG, ERROR_INT_STATUS_ALL_MASK); in FSdCtrl_ErrIrq()81 Ft_out32(pConfig->baseAddress + ERROR_INT_STATUS_REG, 0); in FSdCtrl_ErrIrq()
83 Ft_out32(pConfig->baseAddress + ERROR_INT_STATUS_REG, 0); in FsdCtrl_Init()229 Ft_out32(pConfig->baseAddress + ERROR_INT_STATUS_REG, BD_ISR_EN_ETRS); in FsdCtrl_privateSendCmd()230 Ft_out32(pConfig->baseAddress + ERROR_INT_STATUS_REG, 0); in FsdCtrl_privateSendCmd()431 status = Ft_in32(pConfig->baseAddress + ERROR_INT_STATUS_REG); in FSdCtrl_WaitCmdEnd()551 return Ft_in32(pConfig->baseAddress + ERROR_INT_STATUS_REG); in FSdCtrl_GetErrorIrqStatus()
42 #define ERROR_INT_STATUS_REG 0xc4 /* ERROR interrupt register */ macro
Completed in 6 milliseconds