Lines Matching refs:icr
52 #define DSP56K_TX_INT_ON dsp56k_host_interface.icr |= DSP56K_ICR_TREQ
53 #define DSP56K_RX_INT_ON dsp56k_host_interface.icr |= DSP56K_ICR_RREQ
54 #define DSP56K_TX_INT_OFF dsp56k_host_interface.icr &= ~DSP56K_ICR_TREQ
55 #define DSP56K_RX_INT_OFF dsp56k_host_interface.icr &= ~DSP56K_ICR_RREQ
369 dsp56k_host_interface.icr |= DSP56K_ICR_HF0;
371 dsp56k_host_interface.icr &= ~DSP56K_ICR_HF0;
373 dsp56k_host_interface.icr |= DSP56K_ICR_HF1;
375 dsp56k_host_interface.icr &= ~DSP56K_ICR_HF1;
378 if (dsp56k_host_interface.icr & DSP56K_ICR_HF0) status |= 0x1;
379 if (dsp56k_host_interface.icr & DSP56K_ICR_HF1) status |= 0x2;
449 dsp56k_host_interface.icr &= ~DSP56K_ICR_HF0;
450 dsp56k_host_interface.icr &= ~DSP56K_ICR_HF1;