Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/
H A Dhal_5018_tx.h132 uint8_t start_bits = 0; in hal_tx_update_dscp_tid_5018() local
151 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5018()
153 end_value = tid >> start_bits; in hal_tx_update_dscp_tid_5018()
156 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5018()
171 regval &= (~0) >> start_bits; in hal_tx_update_dscp_tid_5018()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/
H A Dhal_9000_tx.h132 uint8_t start_bits = 0; in hal_tx_update_dscp_tid_9000() local
151 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9000()
153 end_value = tid >> start_bits; in hal_tx_update_dscp_tid_9000()
156 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9000()
171 regval &= (~0) >> start_bits; in hal_tx_update_dscp_tid_9000()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/
H A Dhal_qcn6122_tx.h131 uint8_t start_bits = 0; in hal_tx_update_dscp_tid_6122() local
150 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6122()
152 end_value = tid >> start_bits; in hal_tx_update_dscp_tid_6122()
155 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6122()
170 regval &= (~0) >> start_bits; in hal_tx_update_dscp_tid_6122()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
H A Dhal_8074v2_tx.h135 uint8_t start_bits = 0; in hal_tx_update_dscp_tid_8074v2() local
153 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_8074v2()
155 end_value = tid >> start_bits; in hal_tx_update_dscp_tid_8074v2()
158 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_8074v2()
173 regval &= (regmask >> start_bits); in hal_tx_update_dscp_tid_8074v2()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
H A Dhal_5332_tx.h119 uint8_t start_bits = 0; in hal_tx_update_dscp_tid_5332() local
138 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5332()
140 end_value = tid >> start_bits; in hal_tx_update_dscp_tid_5332()
143 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_5332()
158 regval &= (~0) >> start_bits; in hal_tx_update_dscp_tid_5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
H A Dhal_6432_tx.h134 uint8_t start_bits = 0; in hal_tx_update_dscp_tid_6432() local
153 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6432()
155 end_value = tid >> start_bits; in hal_tx_update_dscp_tid_6432()
158 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_6432()
173 regval &= (~0) >> start_bits; in hal_tx_update_dscp_tid_6432()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224_tx.h213 uint8_t start_bits = 0; in hal_tx_update_dscp_tid_9224() local
232 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9224()
234 end_value = tid >> start_bits; in hal_tx_update_dscp_tid_9224()
237 start_bits = HAL_TX_BITS_PER_TID - end_bits; in hal_tx_update_dscp_tid_9224()
252 regval &= (~0) >> start_bits; in hal_tx_update_dscp_tid_9224()