OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NINTRS
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/mips/adm5120/
adm5120_intr.c
146
#define
NINTRS
2 /* MIPS INT0 - INT1 */
151
struct adm5120_cpuintr adm5120_cpuintrs[
NINTRS
];
153
const char * const adm5120_cpuintrnames[
NINTRS
] = {
166
for (size_t i = 0; i <
NINTRS
; i++) {
270
for (int level =
NINTRS
- 1; level >= 0; level--) {
/src/sys/arch/evbmips/malta/
malta_intr.c
85
#define
NINTRS
5 /* MIPS INT0 - INT4 */
87
struct malta_cpuintr malta_cpuintrs[
NINTRS
];
88
const char * const malta_cpuintrnames[
NINTRS
] = {
117
for (size_t i = 0; i <
NINTRS
; i++) {
/src/sys/arch/mips/alchemy/
au_icu.c
121
#define
NINTRS
4 /* MIPS INT0 - INT3 */
136
struct au_cpuintr au_cpuintrs[
NINTRS
];
137
const char * const au_cpuintrnames[
NINTRS
] = {
151
for (size_t i = 0; i <
NINTRS
; i++) {
/src/sys/arch/mips/atheros/
ar_intr.c
65
#define
NINTRS
7 /* MIPS INT2-INT4 (7 is clock interrupt) */
80
static struct atheros_intr cpu_intrs[
NINTRS
];
228
struct atheros_intr *intr = &cpu_intrs[
NINTRS
-1];
231
ipending *= __BIT(31) / (MIPS_INT_MASK_0 << (
NINTRS
-1));
/src/sys/arch/algor/algor/
algor_p4032_intr.c
200
#define
NINTRS
2 /* MIPS INT0 - INT1 */
208
struct p4032_cpuintr p4032_cpuintrs[
NINTRS
];
209
const char * const p4032_cpuintrnames[
NINTRS
] = {
214
const char * const p4032_intrgroups[
NINTRS
] = {
242
for (i = 0; i <
NINTRS
; i++) {
465
for (level = (
NINTRS
- 1); level >= 0; level--) {
algor_p6032_intr.c
162
#define
NINTRS
2 /* MIPS INT0 - INT1 */
169
struct p6032_cpuintr p6032_cpuintrs[
NINTRS
];
170
const char * const p6032_cpuintrnames[
NINTRS
] = {
196
for (i = 0; i <
NINTRS
; i++) {
algor_p5064_intr.c
270
#define
NINTRS
3 /* MIPS INT0 - INT2 */
277
struct p5064_cpuintr p5064_cpuintrs[
NINTRS
];
278
const char * const p5064_cpuintrnames[
NINTRS
] = {
284
const char * const p5064_intrgroups[
NINTRS
] = {
321
for (i = 0; i <
NINTRS
; i++) {
553
for (level = (
NINTRS
- 1); level >= 0; level--) {
/src/sys/arch/evbmips/gdium/
gdium_intr.c
124
#define
NINTRS
2 /* MIPS INT0 - INT1 */
132
struct gdium_cpuintr gdium_cpuintrs[
NINTRS
];
133
const char * const gdium_cpuintrnames[
NINTRS
] = {
186
for (i = 0; i <
NINTRS
; i++) {
Completed in 15 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025