Home
last modified time | relevance | path

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

/drivers/dma/qcom/
A Dhidma_mgmt.c52 static unsigned int max_wr_xactions; variable
53 module_param(max_wr_xactions, uint, 0644);
54 MODULE_PARM_DESC(max_wr_xactions,
83 if (mgmtdev->max_wr_xactions > HIDMA_MAX_WR_XACTIONS_MASK) { in hidma_mgmt_setup()
126 val |= mgmtdev->max_wr_xactions << HIDMA_MAX_WR_XACTIONS_BIT_POS; in hidma_mgmt_setup()
241 &mgmtdev->max_wr_xactions); in hidma_mgmt_probe()
246 if (max_wr_xactions && in hidma_mgmt_probe()
247 (max_wr_xactions != mgmtdev->max_wr_xactions)) { in hidma_mgmt_probe()
249 max_wr_xactions); in hidma_mgmt_probe()
250 mgmtdev->max_wr_xactions = max_wr_xactions; in hidma_mgmt_probe()
[all …]
A Dhidma_mgmt.h12 u32 max_wr_xactions; member
A Dhidma_mgmt_sys.c49 IMPLEMENT_GETSET(max_wr_xactions) in IMPLEMENT_GETSET()
93 DECLARE_ATTRIBUTE(max_wr_xactions, S_IRUGO),

Completed in 10 milliseconds