Lines Matching refs:Motor
36 u32 Motor[PAD_MAX_CONTROLLERS]; variable
59 Motor[chan] = (u32) ((Motor[chan] == PAD_MOTOR_RUMBLE) ? in RambleCont()
64 Motor[chan] == PAD_MOTOR_RUMBLE) in RambleCont()
66 Motor[chan] = PAD_MOTOR_STOP_HARD; in RambleCont()
72 if (MAX < level && Motor[chan] != PAD_MOTOR_RUMBLE) in RambleCont()
74 Motor[chan] = PAD_MOTOR_RUMBLE; in RambleCont()
77 else if (level < MIN && Motor[chan] != PAD_MOTOR_STOP) in RambleCont()
79 Motor[chan] = PAD_MOTOR_STOP; in RambleCont()
89 if (Motor[chan] != PAD_MOTOR_RUMBLE) in RambleCont()
91 Motor[chan] = PAD_MOTOR_RUMBLE; in RambleCont()
95 else if (Motor[chan] != PAD_MOTOR_STOP) in RambleCont()
97 Motor[chan] = PAD_MOTOR_STOP; in RambleCont()
106 PADControlAllMotors(Motor); in RambleCont()
152 memset(Motor, 0, sizeof Motor); in main()