Searched defs:JS_TAIL_HI (Results 1 – 3 of 3) sorted by relevance
34 #define JS_TAIL_HI 0x0C /* (RO) Job queue tail pointer for job slot n, high word */ macro
229 #define JS_TAIL_HI(n) (JS_BASE + ((n) * 0x80) + 0x0c) macro
232 #define JS_TAIL_HI 0x0C /* (RO) Job queue tail pointer for job slot n, high word */ macro