Home
last modified time | relevance | path

Searched refs:max_wr_xactions (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/dma/qcom/
Dhidma_mgmt.c57 static unsigned int max_wr_xactions; variable
58 module_param(max_wr_xactions, uint, 0644);
59 MODULE_PARM_DESC(max_wr_xactions,
88 if (mgmtdev->max_wr_xactions > HIDMA_MAX_WR_XACTIONS_MASK) { in hidma_mgmt_setup()
131 val |= mgmtdev->max_wr_xactions << HIDMA_MAX_WR_XACTIONS_BIT_POS; in hidma_mgmt_setup()
246 &mgmtdev->max_wr_xactions); in hidma_mgmt_probe()
251 if (max_wr_xactions && in hidma_mgmt_probe()
252 (max_wr_xactions != mgmtdev->max_wr_xactions)) { in hidma_mgmt_probe()
254 max_wr_xactions); in hidma_mgmt_probe()
255 mgmtdev->max_wr_xactions = max_wr_xactions; in hidma_mgmt_probe()
[all …]
Dhidma_mgmt.h12 u32 max_wr_xactions; member
Dhidma_mgmt_sys.c49 IMPLEMENT_GETSET(max_wr_xactions) in IMPLEMENT_GETSET()
93 DECLARE_ATTRIBUTE(max_wr_xactions, S_IRUGO),
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-platform-hidma-mgmt77 What: /sys/devices/platform/hidma-mgmt*/max_wr_xactions
78 /sys/devices/platform/QCOM8060:*/max_wr_xactions