Home
last modified time | relevance | path

Searched refs:ser0 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dintr_vect_defs.h103 unsigned int ser0 : 1; member
145 unsigned int ser0 : 1; member
185 unsigned int ser0 : 1; member
225 unsigned int ser0 : 1; member
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dintr_vect_defs.h109 unsigned int ser0 : 1; member
147 unsigned int ser0 : 1; member
184 unsigned int ser0 : 1; member
/linux-4.4.14/arch/cris/
DKconfig354 Do not use DMA for ser0 output.
360 Enables the DMA6 output channel for ser0 (ttyS0).
370 Enables the DMA0 output channel for ser0 (ttyS0).
384 What DMA channel to use for ser0.
389 Do not use DMA for ser0 input.
395 Enables the DMA7 input channel for ser0 (ttyS0).
405 Enables the DMA1 input channel for ser0 (ttyS0).
/linux-4.4.14/arch/cris/arch-v32/drivers/
DKconfig27 Enables the ETRAX FS serial driver for ser0 (ttyS0)
47 Enables the ETRAX FS serial driver for ser0 (ttyS0)
50 ser0 can use dma4 or dma6 for output and dma5 or dma7 for input.
/linux-4.4.14/arch/cris/arch-v10/drivers/
DKconfig15 Enables the ETRAX 100 serial driver for ser0 (ttyS0)
50 Enables the ETRAX 100 serial driver for ser0 (ttyS0)
69 ser0.
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S399 move.b $r0,[R_DMA_CH6_CMD] ; reset (ser0 dma out)
400 move.b $r0,[R_DMA_CH7_CMD] ; reset (ser0 dma in)
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb.c1530 intr_mask.ser0 = 1; in kgdb_init()