Searched refs:pdc_rx (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Datmel_serial.c146 struct atmel_dma_buffer pdc_rx[2]; /* PDC receier */ member in struct:atmel_uart_port
777 pdc = &atmel_port->pdc_rx[rx_idx];
918 struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];
924 atmel_port->pdc_rx[0].dma_addr,
927 kfree(atmel_port->pdc_rx[0].buf);
942 UART_PUT_RPR(port, atmel_port->pdc_rx[0].dma_addr);
945 UART_PUT_RNPR(port, atmel_port->pdc_rx[1].dma_addr);
1019 struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Datmel_serial.c146 struct atmel_dma_buffer pdc_rx[2]; /* PDC receier */ member in struct:atmel_uart_port
777 pdc = &atmel_port->pdc_rx[rx_idx];
918 struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];
924 atmel_port->pdc_rx[0].dma_addr,
927 kfree(atmel_port->pdc_rx[0].buf);
942 UART_PUT_RPR(port, atmel_port->pdc_rx[0].dma_addr);
945 UART_PUT_RNPR(port, atmel_port->pdc_rx[1].dma_addr);
1019 struct atmel_dma_buffer *pdc = &atmel_port->pdc_rx[i];

Completed in 223 milliseconds