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) {
408 * SoundBlaster AWE 64 - 2 bytes (ugly hardware)
424 * Try twice because there is hardware that insists on
501 * @hardware: the hardware type, MPU401_HW_XXXX
516 unsigned short hardware,
547 mpu->hardware = hardware;
550 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2;
568 if (hardware == MPU401_HW_PC98II)