Home
last modified time | relevance | path

Searched refs:pend (Results 1 – 4 of 4) sorted by relevance

/bsp/microchip/same70/bsp/hpl/xdmac/
A Dhpl_xdmac.c201 uint32_t pend; in XDMAC_Handler() local
203 pend = hri_xdmac_read_GIS_reg(XDMAC); in XDMAC_Handler()
207 if ((pend >> i) & 1) { in XDMAC_Handler()
/bsp/allwinner_tina/drivers/
A Ddrv_gpio.c323 rt_uint32_t pend, enable; in gpio_irq_handler() local
330 pend = readl(addr); in gpio_irq_handler()
333 pend &= enable; in gpio_irq_handler()
335 while (pend) in gpio_irq_handler()
337 if ((pend & 0x1) && (irq_def->irq_cb[pin] != RT_NULL)) in gpio_irq_handler()
343 pend = pend >> 1; in gpio_irq_handler()
/bsp/renesas/ra6e2-fpb/ra/arm/CMSIS_6/CMSIS/Core/Include/
A Dcore_ca.h1579 uint32_t pend; in GIC_GetPendingIRQ() local
1582 pend = (GICDistributor->ISPENDR[IRQn / 32U] >> (IRQn % 32U)) & 1UL; in GIC_GetPendingIRQ()
1585 pend = (GICDistributor->SPENDSGIR[IRQn / 4U] >> ((IRQn % 4U) * 8U)) & 0xFFUL; in GIC_GetPendingIRQ()
1587 if (pend != 0U) { in GIC_GetPendingIRQ()
1588 pend = 1U; in GIC_GetPendingIRQ()
1590 pend = 0U; in GIC_GetPendingIRQ()
1594 return (pend); in GIC_GetPendingIRQ()
/bsp/renesas/ra4e2-eco/ra/arm/CMSIS_6/CMSIS/Core/Include/
A Dcore_ca.h1598 uint32_t pend; in GIC_GetPendingIRQ() local
1602 pend = (GICDistributor->ISPENDR[IRQn / 32U] >> (IRQn % 32U)) & 1UL; in GIC_GetPendingIRQ()
1605 pend = (GICDistributor->SPENDSGIR[IRQn / 4U] >> ((IRQn % 4U) * 8U)) & 0xFFUL; in GIC_GetPendingIRQ()
1607 if (pend != 0U) in GIC_GetPendingIRQ()
1609 pend = 1U; in GIC_GetPendingIRQ()
1611 pend = 0U; in GIC_GetPendingIRQ()
1615 return (pend); in GIC_GetPendingIRQ()

Completed in 41 milliseconds