HomeSort by: relevance | last modified time | path
    Searched defs:sci_dma (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amiga/dev/
ivsc.c 197 volatile register u_char *sci_dma = dev->sci_idata + 0x20; local in function:ivsc_dma_xfer_in
226 #define R1 (*buf++ = *sci_dma)
263 *buf++ = *sci_dma;
280 volatile register u_char *sci_dma = dev->sci_data + 0x20; local in function:ivsc_dma_xfer_out
310 *sci_dma = *buf++;
mlhsc.c 184 volatile register u_char *sci_dma = dev->sci_data + 16; local in function:mlhsc_dma_xfer_in
216 #define R1 (*buf++ = *sci_dma)
252 *buf++ = *sci_dma;
270 volatile register u_char *sci_dma = dev->sci_data + 16; local in function:mlhsc_dma_xfer_out
303 #define W1 (*sci_dma = *buf++)
331 *sci_dma = *buf++;
otgsc.c 190 volatile register u_char *sci_dma = dev->sci_data + 0x100; local in function:otgsc_dma_xfer_in
219 *buf++ = *sci_dma;
236 volatile register u_char *sci_dma = dev->sci_data + 0x100; local in function:otgsc_dma_xfer_out
266 *sci_dma = *buf++;
wstsc.c 208 volatile register u_char *sci_dma = dev->sci_idata; local in function:wstsc_dma_xfer_in
238 #define R1 (*buf++ = *sci_dma)
275 *buf++ = *sci_dma;
292 volatile register u_char *sci_dma = dev->sci_data; local in function:wstsc_dma_xfer_out
322 *sci_dma = *buf++;
341 volatile register u_short *sci_dma = local in function:wstsc_dma_xfer_in2
379 #define R2 (*buf++ = *sci_dma)
412 *buf++ = *sci_dma;
429 volatile register u_short *sci_dma = local in function:wstsc_dma_xfer_out2
475 #define W2 (*sci_dma = *buf++
    [all...]

Completed in 12 milliseconds