Home
last modified time | relevance | path

Searched refs:dsp56k_host_interface (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/
Ddsp56k.c54 #define DSP56K_TX_INT_ON dsp56k_host_interface.icr |= DSP56K_ICR_TREQ
55 #define DSP56K_RX_INT_ON dsp56k_host_interface.icr |= DSP56K_ICR_RREQ
56 #define DSP56K_TX_INT_OFF dsp56k_host_interface.icr &= ~DSP56K_ICR_TREQ
57 #define DSP56K_RX_INT_OFF dsp56k_host_interface.icr &= ~DSP56K_ICR_RREQ
59 #define DSP56K_TRANSMIT (dsp56k_host_interface.isr & DSP56K_ISR_TXDE)
60 #define DSP56K_RECEIVE (dsp56k_host_interface.isr & DSP56K_ISR_RXDF)
183 dsp56k_host_interface.data.b[1] = *p++; in dsp56k_upload()
184 dsp56k_host_interface.data.b[2] = *p++; in dsp56k_upload()
185 dsp56k_host_interface.data.b[3] = *p++; in dsp56k_upload()
189 dsp56k_host_interface.data.b[1] = 0; in dsp56k_upload()
[all …]
/linux-2.4.37.9/arch/m68k/atari/
Dconfig.c382 if (hwreg_present( &dsp56k_host_interface.icr )) { in config_atari()
/linux-2.4.37.9/include/asm-m68k/
Datarihw.h512 #define dsp56k_host_interface ((*(volatile struct DSP56K_HOST_INTERFACE *)DSP56K_HOST_INTERFACE_BAS… macro