Searched defs:_win (Results 1 – 3 of 3) sorted by relevance
39 #define WINCON(_win) (0x20 + ((_win) * 4)) argument107 #define WINxMAP(_win) (0x180 + ((_win) * 4)) argument
225 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument227 #define SHADOWCON_CHx_ENABLE(_win) (1 << (_win)) argument229 #define SHADOWCON_CHx_LOCAL_ENABLE(_win) (1 << (5 + (_win))) argument
114 u16 _win:4; member