Searched refs:psdioh (Results 1 – 2 of 2) sorted by relevance
52 *status = psdioh->SD_STATUS1 | (psdioh->SD_STATUS2 << 8); in SDIOH_CheckTxError()114 return psdioh->SD_ISR; in SDIOH_GetISR()148 psdioh->SD_ISR = SDIO_IT; in SDIOH_INTClearPendingBit()205 tmp = psdioh->SD_CONFIG1; in SDIOH_SetBusWidth()245 psdioh->DMA_CRL3 = tmp; in SDIOH_DMAConfig()251 tmp = psdioh->DMA_CRL3; in SDIOH_DMAConfig()253 psdioh->DMA_CRL3 = tmp; in SDIOH_DMAConfig()269 psdioh->DMA_CRL1 = 0; in SDIOH_DMAReset()270 psdioh->DMA_CRL2 = 0; in SDIOH_DMAReset()271 psdioh->DMA_CRL3 = 0; in SDIOH_DMAReset()[all …]
194 SDIOH_TypeDef *psdioh = SDIOH_BASE; in SD_StopTransfer() local212 psdioh->CARD_STOP = SDIOH_TARGET_MODULE_SD; in SD_StopTransfer()789 SDIOH_TypeDef *psdioh = SDIOH_BASE; in SD_IRQHandler() local797 if(psdioh->CARD_INT_PEND & SDIOH_SDMMC_INT_PEND) { in SD_IRQHandler()798 tmp2 = psdioh->CARD_EXIST; in SD_IRQHandler()813 psdioh->CARD_INT_PEND |= SDIOH_SDMMC_INT_PEND; in SD_IRQHandler()
Completed in 7 milliseconds