Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dst_fdma.c194 fchan->cfg.req_ctrl = 0; in st_fdma_of_xlate()
198 fchan->cfg.req_ctrl = dma_spec->args[1] in st_fdma_of_xlate()
214 dev_dbg(fdev->dev, "xlate req_line:%d type:%d req_ctrl:%#lx\n", in st_fdma_of_xlate()
215 fchan->cfg.req_line, fchan->cfg.type, fchan->cfg.req_ctrl); in st_fdma_of_xlate()
357 fchan->cfg.req_ctrl &= ~FDMA_REQ_CTRL_WNR; in config_reqctrl()
364 fchan->cfg.req_ctrl |= FDMA_REQ_CTRL_WNR; in config_reqctrl()
374 fchan->cfg.req_ctrl &= ~FDMA_REQ_CTRL_OPCODE_MASK; in config_reqctrl()
379 fchan->cfg.req_ctrl |= FDMA_REQ_CTRL_OPCODE_LD_ST1; in config_reqctrl()
383 fchan->cfg.req_ctrl |= FDMA_REQ_CTRL_OPCODE_LD_ST2; in config_reqctrl()
387 fchan->cfg.req_ctrl | in config_reqctrl()
[all...]
H A Dst_fdma.h114 long req_ctrl; /* Request control */ member
/kernel/linux/linux-6.6/drivers/dma/
H A Dst_fdma.c194 fchan->cfg.req_ctrl = 0; in st_fdma_of_xlate()
198 fchan->cfg.req_ctrl = dma_spec->args[1] in st_fdma_of_xlate()
214 dev_dbg(fdev->dev, "xlate req_line:%d type:%d req_ctrl:%#lx\n", in st_fdma_of_xlate()
215 fchan->cfg.req_line, fchan->cfg.type, fchan->cfg.req_ctrl); in st_fdma_of_xlate()
357 fchan->cfg.req_ctrl &= ~FDMA_REQ_CTRL_WNR; in config_reqctrl()
364 fchan->cfg.req_ctrl |= FDMA_REQ_CTRL_WNR; in config_reqctrl()
374 fchan->cfg.req_ctrl &= ~FDMA_REQ_CTRL_OPCODE_MASK; in config_reqctrl()
379 fchan->cfg.req_ctrl |= FDMA_REQ_CTRL_OPCODE_LD_ST1; in config_reqctrl()
383 fchan->cfg.req_ctrl |= FDMA_REQ_CTRL_OPCODE_LD_ST2; in config_reqctrl()
387 fchan->cfg.req_ctrl | in config_reqctrl()
[all...]
H A Dst_fdma.h114 long req_ctrl; /* Request control */ member

Completed in 4 milliseconds