Home
last modified time | relevance | path

Searched refs:max_rd_xactions (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dhidma_mgmt.c60 static unsigned int max_rd_xactions; variable
61 module_param(max_rd_xactions, uint, 0644);
62 MODULE_PARM_DESC(max_rd_xactions,
93 if (mgmtdev->max_rd_xactions > HIDMA_MAX_RD_XACTIONS_MASK) { in hidma_mgmt_setup()
95 "max_rd_xactions cannot be bigger than %ld\n", in hidma_mgmt_setup()
131 val |= mgmtdev->max_rd_xactions; in hidma_mgmt_setup()
259 &mgmtdev->max_rd_xactions); in hidma_mgmt_probe()
264 if (max_rd_xactions && in hidma_mgmt_probe()
265 (max_rd_xactions != mgmtdev->max_rd_xactions)) { in hidma_mgmt_probe()
[all...]
H A Dhidma_mgmt.h13 u32 max_rd_xactions; member
H A Dhidma_mgmt_sys.c50 IMPLEMENT_GETSET(max_rd_xactions)
94 DECLARE_ATTRIBUTE(max_rd_xactions, S_IRUGO),
/kernel/linux/linux-6.6/drivers/dma/qcom/
H A Dhidma_mgmt.c62 static unsigned int max_rd_xactions; variable
63 module_param(max_rd_xactions, uint, 0644);
64 MODULE_PARM_DESC(max_rd_xactions,
95 if (mgmtdev->max_rd_xactions > HIDMA_MAX_RD_XACTIONS_MASK) { in hidma_mgmt_setup()
97 "max_rd_xactions cannot be bigger than %ld\n", in hidma_mgmt_setup()
133 val |= mgmtdev->max_rd_xactions; in hidma_mgmt_setup()
260 &mgmtdev->max_rd_xactions); in hidma_mgmt_probe()
265 if (max_rd_xactions && in hidma_mgmt_probe()
266 (max_rd_xactions != mgmtdev->max_rd_xactions)) { in hidma_mgmt_probe()
[all...]
H A Dhidma_mgmt.h13 u32 max_rd_xactions; member
H A Dhidma_mgmt_sys.c50 IMPLEMENT_GETSET(max_rd_xactions)
94 DECLARE_ATTRIBUTE(max_rd_xactions, S_IRUGO),

Completed in 4 milliseconds