Home
last modified time | relevance | path

Searched refs:dsp56k (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/char/
Ddsp56k.c102 } dsp56k; variable
198 switch (dsp56k.rx_wsize) { in dsp56k_read()
201 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
211 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
218 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
230 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
260 switch (dsp56k.tx_wsize) { in dsp56k_write()
263 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_TRANSMIT, in dsp56k_write()
273 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_TRANSMIT, in dsp56k_write()
280 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_TRANSMIT, in dsp56k_write()
[all …]
DMakefile9 obj-$(CONFIG_ATARI_DSP56K) += dsp56k.o