Searched refs:offset_lo (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/v2/ |
D | hal_9224v2.c | 585 uint32_t offset_lo, offset_hi; in hal_get_tsf2_scratch_reg_qcn9224_v2() local 590 offset_lo = 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 614 offset_lo = 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/ |
D | hal_6432.c | 202 uint32_t offset_lo, offset_hi; 207 offset_lo = hal_read_pmm_scratch_reg_5332(soc, enum_lo); 211 *value = ((uint64_t)(offset_hi) << 32 | offset_lo); 226 uint32_t offset_lo, offset_hi; 228 offset_lo = 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 1445 offset_lo = 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/ |
D | hal_5332.c | 147 uint32_t offset_lo, offset_hi; in hal_get_tsf2_scratch_reg_qca5332() local 152 offset_lo = 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 175 offset_lo = 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/ |
D | hal_9224.h | 183 uint32_t offset_lo, offset_hi; in hal_get_tsf2_scratch_reg_qcn9224() local 188 offset_lo = 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 212 offset_lo = 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()
|