sg_tx             114 drivers/spi/spi-topcliff-pch.c 	struct scatterlist		sg_tx;
sg_tx             140 drivers/tty/serial/atmel_serial.c 	struct scatterlist		sg_tx;
sg_tx             915 drivers/tty/serial/atmel_serial.c 		dma_unmap_sg(port->dev, &atmel_port->sg_tx, 1,
sg_tx             933 drivers/tty/serial/atmel_serial.c 	struct scatterlist sgl[2], *sg, *sg_tx = &atmel_port->sg_tx;
sg_tx             967 drivers/tty/serial/atmel_serial.c 		phys_addr = sg_dma_address(sg_tx) + xmit->tail;
sg_tx             999 drivers/tty/serial/atmel_serial.c 		dma_sync_sg_for_device(port->dev, sg_tx, 1, DMA_TO_DEVICE);
sg_tx            1029 drivers/tty/serial/atmel_serial.c 	sg_init_table(&atmel_port->sg_tx, 1);
sg_tx            1032 drivers/tty/serial/atmel_serial.c 	sg_set_page(&atmel_port->sg_tx,
sg_tx            1037 drivers/tty/serial/atmel_serial.c 				&atmel_port->sg_tx,
sg_tx            1046 drivers/tty/serial/atmel_serial.c 			sg_dma_len(&atmel_port->sg_tx),
sg_tx            1048 drivers/tty/serial/atmel_serial.c 			&sg_dma_address(&atmel_port->sg_tx));