Home
last modified time | relevance | path

Searched refs:use_dma (Results 1 – 5 of 5) sorted by relevance

/arch/cris/arch-v10/drivers/
Dsync_serial.c120 char use_dma; /* 1 if port uses dma */ member
213 .use_dma = 1,
215 .use_dma = 0,
236 .use_dma = 1,
238 .use_dma = 0,
305 ports[0].use_dma = 1; in etrax_sync_serial_init()
307 ports[0].use_dma = 0; in etrax_sync_serial_init()
317 ports[1].use_dma = 1; in etrax_sync_serial_init()
319 ports[1].use_dma = 0; in etrax_sync_serial_init()
394 if (port->use_dma) in initialize_port()
[all …]
/arch/cris/arch-v32/drivers/
Dsync_serial.c117 char use_dma; /* 1 if port uses dma */ member
268 .use_dma = PORT0_DMA,
281 .use_dma = PORT1_DMA,
382 tr_cfg.use_dma = port->use_dma ? regk_sser_yes : regk_sser_no; in initialize_port()
395 rec_cfg.use_dma = port->use_dma ? regk_sser_yes : regk_sser_no; in initialize_port()
467 if (port->use_dma) { in sync_serial_open()
905 if (!port->use_dma || arg == MASTER_OUTPUT || in sync_serial_ioctl_unlocked()
1111 ((port->use_dma && port->active_tr_descr == port->catch_tr_descr) || in sync_serial_write()
1161 if (port->use_dma) { in sync_serial_write()
1340 if (!port->enabled || !port->use_dma) in tr_interrupt()
[all …]
/arch/cris/include/arch-v32/arch/hwregs/
Dsser_defs.h140 unsigned int use_dma : 1; member
167 unsigned int use_dma : 1; member
/arch/arm/mach-ep93xx/
Dsimone.c129 .use_dma = 1,
Dvision_ep9307.c254 .use_dma = 1,