Lines Matching refs:__MSABI_LONG

79 #define DRVM_IOCTL_CMD_USER   __MSABI_LONG(0x00000000)
80 #define DRVM_IOCTL_CMD_SYSTEM __MSABI_LONG(0x80000000)
215 #define JOY_ISCAL_XY __MSABI_LONG(0x00000001) /* XY are calibrated */
216 #define JOY_ISCAL_Z __MSABI_LONG(0x00000002) /* Z is calibrated */
217 #define JOY_ISCAL_R __MSABI_LONG(0x00000004) /* R is calibrated */
218 #define JOY_ISCAL_U __MSABI_LONG(0x00000008) /* U is calibrated */
219 #define JOY_ISCAL_V __MSABI_LONG(0x00000010) /* V is calibrated */
220 #define JOY_ISCAL_POV __MSABI_LONG(0x00000020) /* POV is calibrated */
230 #define JOY_HWS_HASZ __MSABI_LONG(0x00000001) /* has Z info? */
231 #define JOY_HWS_HASPOV __MSABI_LONG(0x00000002) /* point of view hat present */
232 #define JOY_HWS_POVISBUTTONCOMBOS __MSABI_LONG(0x00000004) /* pov done through combo of buttons */
233 #define JOY_HWS_POVISPOLL __MSABI_LONG(0x00000008) /* pov done through polling */
234 #define JOY_HWS_ISYOKE __MSABI_LONG(0x00000010) /* joystick is a flight yoke */
235 #define JOY_HWS_ISGAMEPAD __MSABI_LONG(0x00000020) /* joystick is a game pad */
236 #define JOY_HWS_ISCARCTRL __MSABI_LONG(0x00000040) /* joystick is a car controller */
238 #define JOY_HWS_XISJ1Y __MSABI_LONG(0x00000080) /* X is on J1 Y axis */
239 #define JOY_HWS_XISJ2X __MSABI_LONG(0x00000100) /* X is on J2 X axis */
240 #define JOY_HWS_XISJ2Y __MSABI_LONG(0x00000200) /* X is on J2 Y axis */
242 #define JOY_HWS_YISJ1X __MSABI_LONG(0x00000400) /* Y is on J1 X axis */
243 #define JOY_HWS_YISJ2X __MSABI_LONG(0x00000800) /* Y is on J2 X axis */
244 #define JOY_HWS_YISJ2Y __MSABI_LONG(0x00001000) /* Y is on J2 Y axis */
246 #define JOY_HWS_ZISJ1X __MSABI_LONG(0x00002000) /* Z is on J1 X axis */
247 #define JOY_HWS_ZISJ1Y __MSABI_LONG(0x00004000) /* Z is on J1 Y axis */
248 #define JOY_HWS_ZISJ2X __MSABI_LONG(0x00008000) /* Z is on J2 X axis */
250 #define JOY_HWS_POVISJ1X __MSABI_LONG(0x00010000) /* pov done through J1 X axis */
251 #define JOY_HWS_POVISJ1Y __MSABI_LONG(0x00020000) /* pov done through J1 Y axis */
252 #define JOY_HWS_POVISJ2X __MSABI_LONG(0x00040000) /* pov done through J2 X axis */
254 #define JOY_HWS_HASR __MSABI_LONG(0x00080000) /* has R (4th axis) info */
255 #define JOY_HWS_RISJ1X __MSABI_LONG(0x00100000) /* R done through J1 X axis */
256 #define JOY_HWS_RISJ1Y __MSABI_LONG(0x00200000) /* R done through J1 Y axis */
257 #define JOY_HWS_RISJ2Y __MSABI_LONG(0x00400000) /* R done through J2 X axis */
259 #define JOY_HWS_HASU __MSABI_LONG(0x00800000) /* has U (5th axis) info */
260 #define JOY_HWS_HASV __MSABI_LONG(0x01000000) /* has V (6th axis) info */
263 #define JOY_US_HASRUDDER __MSABI_LONG(0x00000001) /* joystick configured with rudder */
264 #define JOY_US_PRESENT __MSABI_LONG(0x00000002) /* is joystick actually present? */
265 #define JOY_US_ISOEM __MSABI_LONG(0x00000004) /* joystick is an OEM defined type */