Searched refs:s_RedistPPIBaseAddrs (Results 1 – 1 of 1) sorted by relevance
390 GICDistributor_Type *s_RedistPPIBaseAddrs; in GIC_EnableIRQ() local395 s_RedistPPIBaseAddrs = GIC_GetRdistSGIBase(GIC_GetRdist()); in GIC_EnableIRQ()396 s_RedistPPIBaseAddrs->ISENABLER[0] = 1U << IRQn; in GIC_EnableIRQ()416 GICDistributor_Type *s_RedistPPIBaseAddrs; in GIC_DisableIRQ() local419 s_RedistPPIBaseAddrs = GIC_GetRdistSGIBase(GIC_GetRdist()); in GIC_DisableIRQ()420 s_RedistPPIBaseAddrs->ICENABLER[0] = 1U << IRQn; in GIC_DisableIRQ()508 GICDistributor_Type *s_RedistPPIBaseAddrs = GIC_GetRdistSGIBase(GIC_GetRdist()); in GIC_SetRedistPriority() local509 uint32_t mask = s_RedistPPIBaseAddrs->IPRIORITYR[IRQn / 4U] & ~(0xFFUL << ((IRQn % 4U) * 8U)); in GIC_SetRedistPriority()511 s_RedistPPIBaseAddrs->IPRIORITYR[IRQn / 4U] = mask | ((priority & 0xFFUL) << ((IRQn % 4U) * 8U)); in GIC_SetRedistPriority()547 GICDistributor_Type *s_RedistPPIBaseAddrs; in GIC_GetRedistPriority() local[all …]