Lines Matching defs:hardware
11 * Added support for different kind of hardware I/O. Build in choices
216 if (mpu->hardware != MPU401_HW_TRID4DWAVE) {
221 if (mpu->hardware != MPU401_HW_SB) {
402 * SoundBlaster AWE 64 - 2 bytes (ugly hardware)
418 * Try twice because there is hardware that insists on
495 * @hardware: the hardware type, MPU401_HW_XXXX
510 unsigned short hardware,
540 mpu->hardware = hardware;
543 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2;
561 if (hardware == MPU401_HW_PC98II)