Symbol: JS_BASE
drivers/gpu/drm/panfrost/panfrost_dump.c
87
if (panfrost_dump_registers[i] >= JS_BASE &&
drivers/gpu/drm/panfrost/panfrost_dump.c
88
panfrost_dump_registers[i] <= JS_BASE + JS_SLOT_STRIDE)
drivers/gpu/drm/panfrost/panfrost_regs.h
247
#define JS_HEAD_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x00)
drivers/gpu/drm/panfrost/panfrost_regs.h
248
#define JS_HEAD_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x04)
drivers/gpu/drm/panfrost/panfrost_regs.h
249
#define JS_TAIL_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x08)
drivers/gpu/drm/panfrost/panfrost_regs.h
250
#define JS_TAIL_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x0c)
drivers/gpu/drm/panfrost/panfrost_regs.h
251
#define JS_AFFINITY_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x10)
drivers/gpu/drm/panfrost/panfrost_regs.h
252
#define JS_AFFINITY_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x14)
drivers/gpu/drm/panfrost/panfrost_regs.h
253
#define JS_CONFIG(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x18)
drivers/gpu/drm/panfrost/panfrost_regs.h
254
#define JS_XAFFINITY(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x1c)
drivers/gpu/drm/panfrost/panfrost_regs.h
255
#define JS_COMMAND(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x20)
drivers/gpu/drm/panfrost/panfrost_regs.h
256
#define JS_STATUS(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x24)
drivers/gpu/drm/panfrost/panfrost_regs.h
257
#define JS_HEAD_NEXT_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x40)
drivers/gpu/drm/panfrost/panfrost_regs.h
258
#define JS_HEAD_NEXT_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x44)
drivers/gpu/drm/panfrost/panfrost_regs.h
259
#define JS_AFFINITY_NEXT_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x50)
drivers/gpu/drm/panfrost/panfrost_regs.h
260
#define JS_AFFINITY_NEXT_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x54)
drivers/gpu/drm/panfrost/panfrost_regs.h
261
#define JS_CONFIG_NEXT(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x58)
drivers/gpu/drm/panfrost/panfrost_regs.h
262
#define JS_COMMAND_NEXT(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x60)
drivers/gpu/drm/panfrost/panfrost_regs.h
263
#define JS_FLUSH_ID_NEXT(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x70)