Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_mc_defs.h52 #define IS_MSB_SET(__num) ((__num) & BIT(31)) macro
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_tgt_api.c44 if (IS_MSB_SET(ev->last_event)) { in tgt_mc_cp_stats_is_last_event()
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c954 if (IS_MSB_SET(ev->last_event) && IS_LSB_SET(ev->last_event)) in target_if_cp_stats_extract_event()