Searched refs:use_dma_rx (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/arch/arm/mach-at91/ |
D | at91sam9260_devices.c | 907 .use_dma_rx = 0, /* DBGU not capable of receive DMA */ 945 .use_dma_rx = 1, 996 .use_dma_rx = 1, 1039 .use_dma_rx = 1, 1082 .use_dma_rx = 1, 1125 .use_dma_rx = 1, 1163 .use_dma_rx = 1,
|
D | at91sam9rl_devices.c | 954 .use_dma_rx = 0, /* DBGU not capable of receive DMA */ 992 .use_dma_rx = 1, 1043 .use_dma_rx = 1, 1086 .use_dma_rx = 1, 1129 .use_dma_rx = 1,
|
D | at91rm9200_devices.c | 908 .use_dma_rx = 0, /* DBGU not capable of receive DMA */ 946 .use_dma_rx = 1, 995 .use_dma_rx = 1, 1046 .use_dma_rx = 1, 1089 .use_dma_rx = 1,
|
D | at91sam9261_devices.c | 868 .use_dma_rx = 0, /* DBGU not capable of receive DMA */ 906 .use_dma_rx = 1, 949 .use_dma_rx = 1, 992 .use_dma_rx = 1,
|
D | at91sam9g45_devices.c | 1511 .use_dma_rx = 0, 1549 .use_dma_rx = 1, 1592 .use_dma_rx = 1, 1635 .use_dma_rx = 1, 1678 .use_dma_rx = 1,
|
D | at91sam9263_devices.c | 1278 .use_dma_rx = 0, /* DBGU not capable of receive DMA */ 1316 .use_dma_rx = 1, 1359 .use_dma_rx = 1, 1402 .use_dma_rx = 1,
|
/linux-3.4.99/arch/avr32/mach-at32ap/include/mach/ |
D | board.h | 40 short use_dma_rx; /* use receive DMA? */ member
|
/linux-3.4.99/arch/arm/mach-at91/include/mach/ |
D | board.h | 131 short use_dma_rx; /* use receive DMA? */ member
|
/linux-3.4.99/drivers/tty/serial/ |
D | atmel_serial.c | 144 short use_dma_rx; /* enable PDC receiver */ member 189 return atmel_port->use_dma_rx; in atmel_use_dma_rx() 1439 atmel_port->use_dma_rx = 1; in atmel_of_init_port() 1441 atmel_port->use_dma_rx = 0; in atmel_of_init_port() 1476 atmel_port->use_dma_rx = pdata->use_dma_rx; in atmel_init_port()
|
D | Kconfig | 120 and use_dma_rx members in the atmel_uart_data struct is set
|
/linux-3.4.99/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 930 .use_dma_rx = 1, 941 .use_dma_rx = 1, 952 .use_dma_rx = 1, 963 .use_dma_rx = 1,
|