/src/sys/arch/arm/sunxi/ |
sunxi_hstimer.c | 105 uint32_t stas; local in function:sunxi_hstimer_intr 107 stas = TIMER_READ(sc, HS_TMR_IRQ_STAS_REG); 108 if (stas == 0) 110 TIMER_WRITE(sc, HS_TMR_IRQ_STAS_REG, stas);
|
sunxi_hstimer.c | 105 uint32_t stas; local in function:sunxi_hstimer_intr 107 stas = TIMER_READ(sc, HS_TMR_IRQ_STAS_REG); 108 if (stas == 0) 110 TIMER_WRITE(sc, HS_TMR_IRQ_STAS_REG, stas);
|
sunxi_timer.c | 122 uint32_t stas; local in function:sunxi_timer_intr 124 stas = TIMER_READ(sc, TMR_IRQ_STAS_REG); 125 if (stas == 0) 127 TIMER_WRITE(sc, TMR_IRQ_STAS_REG, stas); 129 if ((stas & TMR_IRQ_STAS_PEND(0)) != 0)
|
sunxi_timer.c | 122 uint32_t stas; local in function:sunxi_timer_intr 124 stas = TIMER_READ(sc, TMR_IRQ_STAS_REG); 125 if (stas == 0) 127 TIMER_WRITE(sc, TMR_IRQ_STAS_REG, stas); 129 if ((stas & TMR_IRQ_STAS_PEND(0)) != 0)
|