Home
last modified time | relevance | path

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

/linux-6.12.1/arch/alpha/kernel/
Dsys_titan.c68 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in titan_update_irq_hw() local
86 dim3 = &cchip->dim3.csr; in titan_update_irq_hw()
90 if (!cpumask_test_cpu(3, &cpm)) dim3 = &dummy; in titan_update_irq_hw()
95 *dim3 = mask3; in titan_update_irq_hw()
100 *dim3; in titan_update_irq_hw()
106 else if (bcpu == 3) dimB = &cchip->dim3.csr; in titan_update_irq_hw()
Dsys_dp264.c54 volatile unsigned long *dim0, *dim1, *dim2, *dim3; in tsunami_update_irq_hw() local
71 dim3 = &cchip->dim3.csr; in tsunami_update_irq_hw()
75 if (!cpu_possible(3)) dim3 = &dummy; in tsunami_update_irq_hw()
80 *dim3 = mask3; in tsunami_update_irq_hw()
85 *dim3; in tsunami_update_irq_hw()
91 else dimB = &cchip->dim3.csr; in tsunami_update_irq_hw()
/linux-6.12.1/include/linux/dma/
Dti-cppi5.h792 s32 dim3; member
830 s32 dim3; member
/linux-6.12.1/arch/alpha/include/asm/
Dcore_tsunami.h60 tsunami_64 dim3; member
Dcore_titan.h60 titan_64 dim3; member
/linux-6.12.1/drivers/dma/ti/
Dk3-udma.c3093 tr_req[tr_idx].dim3 = trigger_size * tr0_cnt2; in udma_prep_slave_sg_triggered_tr()