Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Dsys_titan.c69 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in titan_update_irq_hw() local
87 dim3 = &cchip->dim3.csr; in titan_update_irq_hw()
91 if (!cpumask_test_cpu(3, &cpm)) dim3 = &dummy; in titan_update_irq_hw()
96 *dim3 = mask3; in titan_update_irq_hw()
101 *dim3; in titan_update_irq_hw()
107 else if (bcpu == 3) dimB = &cchip->dim3.csr; in titan_update_irq_hw()
Dsys_dp264.c55 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in tsunami_update_irq_hw() local
72 dim3 = &cchip->dim3.csr; in tsunami_update_irq_hw()
76 if (!cpu_possible(3)) dim3 = &dummy; in tsunami_update_irq_hw()
81 *dim3 = mask3; in tsunami_update_irq_hw()
86 *dim3; in tsunami_update_irq_hw()
92 else dimB = &cchip->dim3.csr; in tsunami_update_irq_hw()
/Linux-v4.19/arch/alpha/include/asm/
Dcore_tsunami.h60 tsunami_64 dim3; member
Dcore_titan.h60 titan_64 dim3; member