Lines Matching defs:hardware
11 * Added support for different kind of hardware I/O. Build in choices
203 if (mpu->hardware != MPU401_HW_TRID4DWAVE) {
208 if (mpu->hardware != MPU401_HW_SB) {
394 * SoundBlaster AWE 64 - 2 bytes (ugly hardware)
410 * Try twice because there is hardware that insists on
485 * @hardware: the hardware type, MPU401_HW_XXXX
500 unsigned short hardware,
531 mpu->hardware = hardware;
535 int res_size = hardware == MPU401_HW_PC98II ? 4 : 2;
553 if (hardware == MPU401_HW_PC98II)