Searched defs:JS_TAIL_LO (Results 1 – 3 of 3) sorted by relevance
33 #define JS_TAIL_LO 0x08 /* (RO) Job queue tail pointer for job slot n, low word */ macro
228 #define JS_TAIL_LO(n) (JS_BASE + ((n) * 0x80) + 0x08) macro
231 #define JS_TAIL_LO 0x08 /* (RO) Job queue tail pointer for job slot n, low word */ macro