Home
last modified time | relevance | path

Searched refs:dreq_line (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dst_fdma.c36 u32 dreq_line; in st_fdma_dreq_get() local
54 dreq_line = req_line_cfg; in st_fdma_dreq_get()
58 } while (test_and_set_bit(dreq_line, &fdev->dreq_mask)); in st_fdma_dreq_get()
60 dev_dbg(fdev->dev, "get dreq_line:%d mask:%#lx\n", in st_fdma_dreq_get()
61 dreq_line, fdev->dreq_mask); in st_fdma_dreq_get()
63 return dreq_line; in st_fdma_dreq_get()
70 dev_dbg(fdev->dev, "put dreq_line:%#x\n", fchan->dreq_line); in st_fdma_dreq_put()
71 clear_bit(fchan->dreq_line, &fdev->dreq_mask); in st_fdma_dreq_put()
205 fchan->dreq_line in st_fdma_of_xlate()
[all...]
H A Dst_fdma.h123 int dreq_line; member
198 + fchan->dreq_line * 0x04 \
/kernel/linux/linux-6.6/drivers/dma/
H A Dst_fdma.c36 u32 dreq_line; in st_fdma_dreq_get() local
54 dreq_line = req_line_cfg; in st_fdma_dreq_get()
58 } while (test_and_set_bit(dreq_line, &fdev->dreq_mask)); in st_fdma_dreq_get()
60 dev_dbg(fdev->dev, "get dreq_line:%d mask:%#lx\n", in st_fdma_dreq_get()
61 dreq_line, fdev->dreq_mask); in st_fdma_dreq_get()
63 return dreq_line; in st_fdma_dreq_get()
70 dev_dbg(fdev->dev, "put dreq_line:%#x\n", fchan->dreq_line); in st_fdma_dreq_put()
71 clear_bit(fchan->dreq_line, &fdev->dreq_mask); in st_fdma_dreq_put()
205 fchan->dreq_line in st_fdma_of_xlate()
[all...]
H A Dst_fdma.h123 int dreq_line; member
198 + fchan->dreq_line * 0x04 \

Completed in 3 milliseconds