Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/panfrost/
Dpanfrost_regs.h227 #define JS_BASE 0x1800 macro
228 #define JS_HEAD_LO(n) (JS_BASE + ((n) * 0x80) + 0x00)
229 #define JS_HEAD_HI(n) (JS_BASE + ((n) * 0x80) + 0x04)
230 #define JS_TAIL_LO(n) (JS_BASE + ((n) * 0x80) + 0x08)
231 #define JS_TAIL_HI(n) (JS_BASE + ((n) * 0x80) + 0x0c)
232 #define JS_AFFINITY_LO(n) (JS_BASE + ((n) * 0x80) + 0x10)
233 #define JS_AFFINITY_HI(n) (JS_BASE + ((n) * 0x80) + 0x14)
234 #define JS_CONFIG(n) (JS_BASE + ((n) * 0x80) + 0x18)
235 #define JS_XAFFINITY(n) (JS_BASE + ((n) * 0x80) + 0x1c)
236 #define JS_COMMAND(n) (JS_BASE + ((n) * 0x80) + 0x20)
[all …]