Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Ddma.c883 int i, qmax, err; in ath5k_hw_dma_stop() local
898 qmax = AR5K_NUM_TX_QUEUES; in ath5k_hw_dma_stop()
902 qmax = AR5K_NUM_TX_QUEUES_NOQCU; in ath5k_hw_dma_stop()
905 for (i = 0; i < qmax; i++) { in ath5k_hw_dma_stop()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c924 u32 qmax; in tmu_init() local
930 qmax = DEFAULT_TMU3_QDEPTH; in tmu_init()
932 qmax = (q == 0) ? DEFAULT_Q0_QDEPTH : in tmu_init()
935 writel(qmax << 18, TMU_TEQ_HW_PROB_CFG2); in tmu_init()
936 writel(qmax >> 14, TMU_TEQ_HW_PROB_CFG3); in tmu_init()