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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dmpu401.h57 #define MPU401_MODE_BIT_INPUT_TRIGGER 2 macro
62 #define MPU401_MODE_INPUT_TRIGGER (1<<MPU401_MODE_BIT_INPUT_TRIGGER)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/mpu401/
H A Dmpu401_uart.c372 if (! test_and_set_bit(MPU401_MODE_BIT_INPUT_TRIGGER,
388 clear_bit(MPU401_MODE_BIT_INPUT_TRIGGER, &mpu->mode);
406 if (test_bit(MPU401_MODE_BIT_INPUT_TRIGGER, &mpu->mode))

Completed in 164 milliseconds