Lines Matching refs:syncBit
410 uint32_t syncBit; in nxp_wifi_wlan_start() local
426 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, NXP_WIFI_SYNC_INIT_GROUP, false, in nxp_wifi_wlan_start()
429 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_INITIALIZED)) { in nxp_wifi_wlan_start()
431 } else if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_INITIALIZATION_FAILED)) { in nxp_wifi_wlan_start()
1469 uint32_t syncBit; in nxp_wifi_power_save() local
1493 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()
1498 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_EXIT)) { in nxp_wifi_power_save()
1517 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()
1522 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_EXIT)) { in nxp_wifi_power_save()
1541 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()
1546 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_ENTER)) { in nxp_wifi_power_save()
1569 syncBit = k_event_wait(&s_nxp_wifi_SyncEvent, in nxp_wifi_power_save()
1574 if (syncBit & NXP_WIFI_EVENT_BIT(WLAN_REASON_PS_ENTER)) { in nxp_wifi_power_save()