Lines Matching refs:status
110 u_char status;
114 status = sound_ym.rd_data_reg_sel & 0xef;
115 sound_ym.wd_data = status;
116 sound_ym.wd_data = status | 0x10;
361 int dir, out, status;
379 status = 0;
380 if (dsp56k_host_interface.icr & DSP56K_ICR_HF0) status |= 0x1;
381 if (dsp56k_host_interface.icr & DSP56K_ICR_HF1) status |= 0x2;
382 if (dsp56k_host_interface.isr & DSP56K_ISR_HF2) status |= 0x4;
383 if (dsp56k_host_interface.isr & DSP56K_ISR_HF3) status |= 0x8;
385 return put_user(status, &hf->status);