Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service_legacy.c1305 uint32_t timer_thrs, in ce_legacy_src_intr_thres_setup() argument
1318 if (timer_thrs) { in ce_legacy_src_intr_thres_setup()
1320 tmp |= ((timer_thrs << CE_SRC_BATCH_TIMER_THRESH_LSB) & in ce_legacy_src_intr_thres_setup()
1331 uint32_t timer_thrs, in ce_legacy_dest_intr_thres_setup() argument
1344 if (timer_thrs) { in ce_legacy_dest_intr_thres_setup()
1346 tmp |= ((timer_thrs << CE_DST_BATCH_TIMER_THRESH_LSB) & in ce_legacy_dest_intr_thres_setup()
1362 uint32_t timer_thrs, in ce_legacy_src_intr_thres_setup() argument
1370 uint32_t timer_thrs, in ce_legacy_dest_intr_thres_setup() argument
1382 uint32_t timer_thrs; in ce_legacy_src_ring_setup() local
1420 timer_thrs = CE_SRC_BATCH_TIMER_THRESHOLD >> 3; in ce_legacy_src_ring_setup()
[all …]