Home
last modified time | relevance | path

Searched refs:dreq_line (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/dma/
Dst_fdma.c39 u32 dreq_line; in st_fdma_dreq_get() local
57 dreq_line = req_line_cfg; in st_fdma_dreq_get()
61 } while (test_and_set_bit(dreq_line, &fdev->dreq_mask)); in st_fdma_dreq_get()
64 dreq_line, fdev->dreq_mask); in st_fdma_dreq_get()
66 return dreq_line; in st_fdma_dreq_get()
73 dev_dbg(fdev->dev, "put dreq_line:%#x\n", fchan->dreq_line); in st_fdma_dreq_put()
74 clear_bit(fchan->dreq_line, &fdev->dreq_mask); in st_fdma_dreq_put()
208 fchan->dreq_line = 0; in st_fdma_of_xlate()
210 fchan->dreq_line = st_fdma_dreq_get(fchan); in st_fdma_of_xlate()
211 if (IS_ERR_VALUE(fchan->dreq_line)) { in st_fdma_of_xlate()
[all …]
Dst_fdma.h127 int dreq_line; member
202 + fchan->dreq_line * 0x04 \