dreq_line          35 drivers/dma/st_fdma.c 	u32 dreq_line;
dreq_line          53 drivers/dma/st_fdma.c 			dreq_line = req_line_cfg;
dreq_line          57 drivers/dma/st_fdma.c 	} while (test_and_set_bit(dreq_line, &fdev->dreq_mask));
dreq_line          60 drivers/dma/st_fdma.c 		dreq_line, fdev->dreq_mask);
dreq_line          62 drivers/dma/st_fdma.c 	return dreq_line;
dreq_line          69 drivers/dma/st_fdma.c 	dev_dbg(fdev->dev, "put dreq_line:%#x\n", fchan->dreq_line);
dreq_line          70 drivers/dma/st_fdma.c 	clear_bit(fchan->dreq_line, &fdev->dreq_mask);
dreq_line         204 drivers/dma/st_fdma.c 		fchan->dreq_line = 0;
dreq_line         206 drivers/dma/st_fdma.c 		fchan->dreq_line = st_fdma_dreq_get(fchan);
dreq_line         207 drivers/dma/st_fdma.c 		if (IS_ERR_VALUE(fchan->dreq_line)) {
dreq_line         208 drivers/dma/st_fdma.c 			chan = ERR_PTR(fchan->dreq_line);
dreq_line         488 drivers/dma/st_fdma.c 			FDMA_NODE_CTRL_REQ_MAP_DREQ(fchan->dreq_line);
dreq_line         535 drivers/dma/st_fdma.c 		hw_node->control = FDMA_NODE_CTRL_REQ_MAP_DREQ(fchan->dreq_line);
dreq_line         123 drivers/dma/st_fdma.h 	int dreq_line;
dreq_line         198 drivers/dma/st_fdma.h 			+ fchan->dreq_line * 0x04 \