Home
last modified time | relevance | path

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

/linux/drivers/dma/amd/ae4dma/
H A Dae4dma-dev.c13 static unsigned int max_hw_q = 1; variable
14 module_param(max_hw_q, uint, 0444);
15 MODULE_PARM_DESC(max_hw_q, "max hw queues supported by engine (any non-zero value, default: 1)");
97 writel(max_hw_q, pt->io_regs); in ae4_core_init()
99 for (i = 0; i < max_hw_q; i++) { in ae4_core_init()