Searched refs:GLINT_TAG (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_regs.h539 #define GLINT_TAG(major,offset) (((major) << 7) | ((offset) << 3)) macro
540 #define GLINT_TAG_ADDR(major,offset) (0x8000 | GLINT_TAG((major),(offset)))
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dglint_regs.h536 #define GLINT_TAG(major,offset) (((major) << 7) | ((offset) << 3)) macro
537 #define GLINT_TAG_ADDR(major,offset) (0x8000 | GLINT_TAG((major),(offset)))

Completed in 9 milliseconds