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