Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/v2/
Dhal_9224v2.c585 uint32_t offset_lo, offset_hi; in hal_get_tsf2_scratch_reg_qcn9224_v2() local
594 offset_hi = hal_read_pmm_scratch_reg(soc, in hal_get_tsf2_scratch_reg_qcn9224_v2()
598 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); in hal_get_tsf2_scratch_reg_qcn9224_v2()
612 uint32_t offset_lo, offset_hi; in hal_get_tqm_scratch_reg_qcn9224_v2() local
618 offset_hi = hal_read_pmm_scratch_reg(soc, in hal_get_tqm_scratch_reg_qcn9224_v2()
622 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); in hal_get_tqm_scratch_reg_qcn9224_v2()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
Dhal_6432.c202 uint32_t offset_lo, offset_hi;
209 offset_hi = hal_read_pmm_scratch_reg_5332(soc, enum_hi);
211 *value = ((uint64_t)(offset_hi) << 32 | offset_lo);
226 uint32_t offset_lo, offset_hi;
231 offset_hi = hal_read_pmm_scratch_reg_5332(soc,
234 *value = ((uint64_t)(offset_hi) << 32 | offset_lo);
1440 uint32_t offset_lo, offset_hi; in hal_get_tsf2_scratch_reg_qcn6432() local
1449 offset_hi = hal_read_pmm_scratch_reg_6432(soc, in hal_get_tsf2_scratch_reg_qcn6432()
1453 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); in hal_get_tsf2_scratch_reg_qcn6432()
1469 uint32_t offset_lo, offset_hi; in hal_get_tqm_scratch_reg_qcn6432() local
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
Dhal_5332.c147 uint32_t offset_lo, offset_hi; in hal_get_tsf2_scratch_reg_qca5332() local
155 offset_hi = hal_read_pmm_scratch_reg_5332(soc, in hal_get_tsf2_scratch_reg_qca5332()
158 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); in hal_get_tsf2_scratch_reg_qca5332()
173 uint32_t offset_lo, offset_hi; in hal_get_tqm_scratch_reg_qca5332() local
178 offset_hi = hal_read_pmm_scratch_reg_5332(soc, in hal_get_tqm_scratch_reg_qca5332()
181 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); in hal_get_tqm_scratch_reg_qca5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224.h183 uint32_t offset_lo, offset_hi; in hal_get_tsf2_scratch_reg_qcn9224() local
192 offset_hi = hal_read_pmm_scratch_reg(soc, in hal_get_tsf2_scratch_reg_qcn9224()
196 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); in hal_get_tsf2_scratch_reg_qcn9224()
210 uint32_t offset_lo, offset_hi; in hal_get_tqm_scratch_reg_qcn9224() local
216 offset_hi = hal_read_pmm_scratch_reg(soc, in hal_get_tqm_scratch_reg_qcn9224()
220 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); in hal_get_tqm_scratch_reg_qcn9224()