OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stas
(Results
1 - 2
of
2
) sorted by relevancy
/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_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)
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025