pdc_rx            126 drivers/tty/serial/atmel_serial.c 	struct atmel_dma_buffer	pdc_rx[2];	/* PDC receier */
pdc_rx           1592 drivers/tty/serial/atmel_serial.c 		struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];
pdc_rx           1616 drivers/tty/serial/atmel_serial.c 		pdc = &atmel_port->pdc_rx[rx_idx];
pdc_rx           1686 drivers/tty/serial/atmel_serial.c 		struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];
pdc_rx           1692 drivers/tty/serial/atmel_serial.c 					atmel_port->pdc_rx[0].dma_addr,
pdc_rx           1695 drivers/tty/serial/atmel_serial.c 				kfree(atmel_port->pdc_rx[0].buf);
pdc_rx           1710 drivers/tty/serial/atmel_serial.c 	atmel_uart_writel(port, ATMEL_PDC_RPR, atmel_port->pdc_rx[0].dma_addr);
pdc_rx           1714 drivers/tty/serial/atmel_serial.c 			  atmel_port->pdc_rx[1].dma_addr);