Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h236 #define JS_BASE 0x1800 macro
239 #define JS_HEAD_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x00)
240 #define JS_HEAD_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x04)
241 #define JS_TAIL_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x08)
242 #define JS_TAIL_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x0c)
243 #define JS_AFFINITY_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x10)
244 #define JS_AFFINITY_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x14)
245 #define JS_CONFIG(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x18)
246 #define JS_XAFFINITY(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x1c)
247 #define JS_COMMAND(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x20)
[all …]
H A Dpanfrost_dump.c87 if (panfrost_dump_registers[i] >= JS_BASE && in panfrost_core_dump_registers()
88 panfrost_dump_registers[i] <= JS_BASE + JS_SLOT_STRIDE) in panfrost_core_dump_registers()