Home
last modified time | relevance | path

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

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