OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intc_cause
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/ews4800mips/ews4800mips/
tr2a_intr.c
177
uint32_t r,
intc_cause
, ipending;
local in function:tr2a_intr
180
intc_cause
= *INTC_STATUS_REG & *INTC_MASK_REG;
183
if ((ipending & MIPS_INT_MASK_5) && (
intc_cause
& INTC_INT5)) {
195
if ((ipending & MIPS_INT_MASK_4) && (
intc_cause
& INTC_INT4)) {
226
if ((ipending & MIPS_INT_MASK_3) && (
intc_cause
& INTC_INT3)) {
234
if ((ipending & MIPS_INT_MASK_2) && (
intc_cause
& INTC_INT2)) {
265
if ((ipending & MIPS_INT_MASK_1) && (
intc_cause
& INTC_INT1)) {
273
if ((ipending & MIPS_INT_MASK_0) && (
intc_cause
& INTC_INT0)) {
290
intc_cause
= *INTC_STATUS_REG & *INTC_MASK_REG;
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025