Home
last modified time | relevance | path

Searched refs:INTR_BCS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_hw_engine.c64 .irq_offset = ilog2(INTR_BCS(0)),
72 .irq_offset = ilog2(INTR_BCS(1)),
80 .irq_offset = ilog2(INTR_BCS(2)),
88 .irq_offset = ilog2(INTR_BCS(3)),
96 .irq_offset = ilog2(INTR_BCS(4)),
104 .irq_offset = ilog2(INTR_BCS(5)),
112 .irq_offset = ilog2(INTR_BCS(6)),
119 .irq_offset = ilog2(INTR_BCS(7)),
/linux-6.12.1/drivers/gpu/drm/xe/regs/
Dxe_gt_regs.h570 #define INTR_BCS(x) REG_BIT(15 - (x)) macro