Home
last modified time | relevance | path

Searched refs:dim2 (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/kernel/
Dsys_titan.c68 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in titan_update_irq_hw() local
85 dim2 = &cchip->dim2.csr; in titan_update_irq_hw()
89 if (!cpumask_test_cpu(2, &cpm)) dim2 = &dummy; in titan_update_irq_hw()
94 *dim2 = mask2; in titan_update_irq_hw()
99 *dim2; in titan_update_irq_hw()
105 else if (bcpu == 2) dimB = &cchip->dim2.csr; in titan_update_irq_hw()
Dsys_dp264.c54 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in tsunami_update_irq_hw() local
70 dim2 = &cchip->dim2.csr; in tsunami_update_irq_hw()
74 if (!cpu_possible(2)) dim2 = &dummy; in tsunami_update_irq_hw()
79 *dim2 = mask2; in tsunami_update_irq_hw()
84 *dim2; in tsunami_update_irq_hw()
90 else if (bcpu == 2) dimB = &cchip->dim2.csr; in tsunami_update_irq_hw()
/arch/alpha/include/asm/
Dcore_tsunami.h58 tsunami_64 dim2; member
Dcore_titan.h58 titan_64 dim2; member