Home
last modified time | relevance | path

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

/drivers/gpu/drm/panfrost/
A Dpanfrost_regs.h239 #define JS_SLOT_STRIDE 0x80 macro
241 #define JS_HEAD_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x00)
242 #define JS_HEAD_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x04)
243 #define JS_TAIL_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x08)
244 #define JS_TAIL_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x0c)
245 #define JS_AFFINITY_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x10)
246 #define JS_AFFINITY_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x14)
247 #define JS_CONFIG(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x18)
248 #define JS_XAFFINITY(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x1c)
249 #define JS_COMMAND(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x20)
[all …]
A Dpanfrost_dump.c88 panfrost_dump_registers[i] <= JS_BASE + JS_SLOT_STRIDE) in panfrost_core_dump_registers()
89 js_as_offset = slot * JS_SLOT_STRIDE; in panfrost_core_dump_registers()

Completed in 5 milliseconds