Home
last modified time | relevance | path

Searched refs:sci_dma (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/amiga/dev/
Dwstsc.c208 volatile register u_char *sci_dma = dev->sci_idata; in wstsc_dma_xfer_in() local
238 #define R1 (*buf++ = *sci_dma) in wstsc_dma_xfer_in()
275 *buf++ = *sci_dma; in wstsc_dma_xfer_in()
292 volatile register u_char *sci_dma = dev->sci_data; in wstsc_dma_xfer_out() local
322 *sci_dma = *buf++; in wstsc_dma_xfer_out()
341 volatile register u_short *sci_dma = in wstsc_dma_xfer_in2() local
379 #define R2 (*buf++ = *sci_dma) in wstsc_dma_xfer_in2()
412 *buf++ = *sci_dma; in wstsc_dma_xfer_in2()
429 volatile register u_short *sci_dma = in wstsc_dma_xfer_out2() local
475 #define W2 (*sci_dma = *buf++) in wstsc_dma_xfer_out2()
[all …]
Dmlhsc.c184 volatile register u_char *sci_dma = dev->sci_data + 16; in mlhsc_dma_xfer_in() local
216 #define R1 (*buf++ = *sci_dma) in mlhsc_dma_xfer_in()
252 *buf++ = *sci_dma; in mlhsc_dma_xfer_in()
270 volatile register u_char *sci_dma = dev->sci_data + 16; in mlhsc_dma_xfer_out() local
303 #define W1 (*sci_dma = *buf++) in mlhsc_dma_xfer_out()
331 *sci_dma = *buf++; in mlhsc_dma_xfer_out()
Divsc.c197 volatile register u_char *sci_dma = dev->sci_idata + 0x20; in ivsc_dma_xfer_in() local
226 #define R1 (*buf++ = *sci_dma) in ivsc_dma_xfer_in()
263 *buf++ = *sci_dma; in ivsc_dma_xfer_in()
280 volatile register u_char *sci_dma = dev->sci_data + 0x20; in ivsc_dma_xfer_out() local
310 *sci_dma = *buf++; in ivsc_dma_xfer_out()
Dotgsc.c190 volatile register u_char *sci_dma = dev->sci_data + 0x100; in otgsc_dma_xfer_in() local
219 *buf++ = *sci_dma; in otgsc_dma_xfer_in()
236 volatile register u_char *sci_dma = dev->sci_data + 0x100; in otgsc_dma_xfer_out() local
266 *sci_dma = *buf++; in otgsc_dma_xfer_out()