Home
last modified time | relevance | path

Searched refs:IS_LSB_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.h53 #define IS_LSB_SET(__num) ((__num) & BIT(0)) macro
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_tgt_api.c45 is_last_event = IS_LSB_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()