Searched refs:dim0 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/alpha/kernel/ |
D | sys_titan.c | 69 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in titan_update_irq_hw() local 84 dim0 = &cchip->dim0.csr; in titan_update_irq_hw() 88 if (!cpumask_test_cpu(0, &cpm)) dim0 = &dummy; in titan_update_irq_hw() 93 *dim0 = mask0; in titan_update_irq_hw() 98 *dim0; in titan_update_irq_hw() 104 dimB = &cchip->dim0.csr; in titan_update_irq_hw()
|
D | sys_dp264.c | 55 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in tsunami_update_irq_hw() local 69 dim0 = &cchip->dim0.csr; in tsunami_update_irq_hw() 73 if (!cpu_possible(0)) dim0 = &dummy; in tsunami_update_irq_hw() 78 *dim0 = mask0; in tsunami_update_irq_hw() 83 *dim0; in tsunami_update_irq_hw() 89 if (bcpu == 0) dimB = &cchip->dim0.csr; in tsunami_update_irq_hw()
|
D | core_tsunami.c | 397 printk("%s: CSR_DIM0 0x%lx\n", __func__, TSUNAMI_cchip->dim0.csr); in tsunami_init_arch()
|
D | core_titan.c | 374 printk("%s: CSR_DIM0 0x%lx\n", __func__, TITAN_cchip->dim0.csr); in titan_init_arch()
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | core_tsunami.h | 43 tsunami_64 dim0; member
|
D | core_titan.h | 44 titan_64 dim0; member
|