Searched refs:p_DtsecMemMap (Results 1 – 1 of 1) sorted by relevance
215 struct dtsec_regs *p_DtsecMemMap = p_Dtsec->p_MemMap; in DtsecIsr() local218 …event = fman_dtsec_get_event(p_DtsecMemMap, (uint32_t)(~(DTSEC_IMASK_MMRDEN | DTSEC_IMASK_MMWREN))… in DtsecIsr()220 event &= fman_dtsec_get_interrupt_mask(p_DtsecMemMap); in DtsecIsr()222 fman_dtsec_ack_event(p_DtsecMemMap, event); in DtsecIsr()252 tpkt1 = GET_UINT32(p_DtsecMemMap->tpkt); in DtsecIsr()255 tmpReg1 = GET_UINT32(*(uint32_t*)((uint8_t*)p_DtsecMemMap + 0x32c)); in DtsecIsr()267 tpkt2 = GET_UINT32(p_DtsecMemMap->tpkt); in DtsecIsr()268 tmpReg2 = GET_UINT32(*(uint32_t*)((uint8_t*)p_DtsecMemMap + 0x32c)); in DtsecIsr()281 WRITE_UINT32(p_DtsecMemMap->rctrl, GET_UINT32(p_DtsecMemMap->rctrl) | RCTRL_GRS); in DtsecIsr()286 if (GET_UINT32(p_DtsecMemMap->ievent) & DTSEC_IMASK_GRSCEN) in DtsecIsr()[all …]