Home
last modified time | relevance | path

Searched refs:tb_irq_spaces (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-mips/jmr3927/
Dirq.h28 extern struct tb_irq_space* tb_irq_spaces;
32 sp->next = tb_irq_spaces; in add_tb_irq_space()
33 tb_irq_spaces = sp; in add_tb_irq_space()
/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dirq.c64 struct tb_irq_space* tb_irq_spaces; variable
97 for (sp = tb_irq_spaces; sp; sp = sp->next) { in mask_irq()
111 for (sp = tb_irq_spaces; sp; sp = sp->next) { in unmask_irq()