Home
last modified time | relevance | path

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

/drivers/gpu/drm/panfrost/
Dpanfrost_regs.h228 #define JS_BASE 0x1800 macro
231 #define JS_HEAD_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x00)
232 #define JS_HEAD_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x04)
233 #define JS_TAIL_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x08)
234 #define JS_TAIL_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x0c)
235 #define JS_AFFINITY_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x10)
236 #define JS_AFFINITY_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x14)
237 #define JS_CONFIG(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x18)
238 #define JS_XAFFINITY(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x1c)
239 #define JS_COMMAND(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x20)
[all …]
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()