Home
last modified time | relevance | path

Searched full:beacon (Results 1 – 25 of 1772) sorted by relevance

12345678910>>...71

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c24 sc->beacon.tx_processed = false; in ath9k_reset_beacon_status()
25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status()
40 ath9k_hw_get_txq_props(ah, sc->beacon.beaconq, &qi); in ath9k_beaconq_config()
44 /* Always burst out beacon and CAB traffic. */ in ath9k_beaconq_config()
60 if (!ath9k_hw_set_txq_props(ah, sc->beacon.beaconq, &qi)) { in ath9k_beaconq_config()
61 ath_err(common, "Unable to update h/w beacon queue parameters\n"); in ath9k_beaconq_config()
63 ath9k_hw_resettxqueue(ah, sc->beacon.beaconq); in ath9k_beaconq_config()
68 * Associates the beacon frame buffer with a transmit descriptor. Will set
103 info.qcu = sc->beacon.beaconq; in ath9k_beacon_setup()
120 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate()
[all …]
H A Dhtc_drv_beacon.c29 ath9k_hw_get_txq_props(ah, priv->beacon.beaconq, &qi); in ath9k_htc_beaconq_config()
44 * For WIFI Beacon Distribution in ath9k_htc_beaconq_config()
57 if (!ath9k_hw_set_txq_props(ah, priv->beacon.beaconq, &qi)) { in ath9k_htc_beaconq_config()
59 "Unable to update beacon queue %u!\n", priv->beacon.beaconq); in ath9k_htc_beaconq_config()
61 ath9k_hw_resettxqueue(ah, priv->beacon.beaconq); in ath9k_htc_beaconq_config()
87 priv->beacon.bmisscnt = 0; in ath9k_htc_beacon_init()
148 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_buffered()
201 struct sk_buff *beacon; in ath9k_htc_send_beacon() local
209 vif = priv->beacon.bslot[slot]; in ath9k_htc_send_beacon()
217 /* Get a new beacon */ in ath9k_htc_send_beacon()
[all …]
H A Dcommon-beacon.c34 * This sets up the beacon timers according to the timestamp of the last
35 * received beacon and the current TSF, configures PCF and DTIM
37 * time to receive beacons, and configures the beacon miss handling so
49 /* No need to configure beacon if we are not associated */ in ath9k_cmn_beacon_config_sta()
51 ath_dbg(common, BEACON, in ath9k_cmn_beacon_config_sta()
52 "STA is not yet associated..skipping beacon config\n"); in ath9k_cmn_beacon_config_sta()
61 * last beacon we received (which may be none). in ath9k_cmn_beacon_config_sta()
82 * need calculate based on the beacon interval. Note that we clamp the in ath9k_cmn_beacon_config_sta()
93 * We ensure a multiple of the beacon period is used. Also, if the sleep in ath9k_cmn_beacon_config_sta()
108 ath_dbg(common, BEACON, "bmiss: %u sleep: %u\n", in ath9k_cmn_beacon_config_sta()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c129 * is an AP, and the beacon interval of the AP is a multiple or in iwl_mvm_mac_tsf_id_iter()
130 * divisor of the beacon interval of the client, the same TSF in iwl_mvm_mac_tsf_id_iter()
155 * The new interface is AP/GO, so if its beacon interval is a in iwl_mvm_mac_tsf_id_iter()
156 * multiple or a divisor of the beacon interval of an existing in iwl_mvm_mac_tsf_id_iter()
630 * more beacon intervals happen until the DTIM TBTT. Therefore in iwl_mvm_mac_ctxt_cmd_sta()
764 /* TODO: Assumes that the beacon id == mac context id */ in iwl_mvm_mac_ctxt_cmd_ibss()
816 u8 *beacon, u32 frame_size) in iwl_mvm_mac_ctxt_set_tim() argument
819 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)beacon; in iwl_mvm_mac_ctxt_set_tim()
822 * variable-length part of the beacon. */ in iwl_mvm_mac_ctxt_set_tim()
823 tim_idx = mgmt->u.beacon.variable - beacon; in iwl_mvm_mac_ctxt_set_tim()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtl8723b_spec.h71 #define REG_BCNQ_DESA_8723B 0x0308 /* TX Beacon Descriptor Address */
211 #define IMR_BCNDMAINT0_8723B BIT20 /* Beacon DMA Interrupt 0 */
212 #define IMR_BCNDERR0_8723B BIT16 /* Beacon Queue DMA OK0 */
214 #define IMR_BCNDMAINT_E_8723B BIT14 /* Beacon DMA Interrupt Extension for Win7 */
229 #define IMR_BCNDMAINT7_8723B BIT27 /* Beacon DMA Interrupt 7 */
230 #define IMR_BCNDMAINT6_8723B BIT26 /* Beacon DMA Interrupt 6 */
231 #define IMR_BCNDMAINT5_8723B BIT25 /* Beacon DMA Interrupt 5 */
232 #define IMR_BCNDMAINT4_8723B BIT24 /* Beacon DMA Interrupt 4 */
233 #define IMR_BCNDMAINT3_8723B BIT23 /* Beacon DMA Interrupt 3 */
234 #define IMR_BCNDMAINT2_8723B BIT22 /* Beacon DMA Interrupt 2 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c133 struct sk_buff *beacon, bool in_intr);
359 struct sk_buff *beacon; in zd_restore_settings() local
370 beacon_interval = mac->beacon.interval; in zd_restore_settings()
371 beacon_period = mac->beacon.period; in zd_restore_settings()
401 beacon = ieee80211_beacon_get(mac->hw, mac->vif); in zd_restore_settings()
402 if (beacon) in zd_restore_settings()
403 zd_mac_config_beacon(mac->hw, beacon, false); in zd_restore_settings()
410 mac->beacon.last_update = jiffies; in zd_restore_settings()
674 static bool zd_mac_match_cur_beacon(struct zd_mac *mac, struct sk_buff *beacon) in zd_mac_match_cur_beacon() argument
676 if (!mac->beacon.cur_beacon) in zd_mac_match_cur_beacon()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHal8723BReg.h169 #define REG_BCNQ_DESA_8723B 0x0308 /* TX Beacon Descriptor Address */
266 /* [3:0]: TBTT prohibit setup in unit of 32us. The time for HW getting beacon content before TBT…
268 /* [19:8]: TBTT prohibit hold in unit of 32us. The time for HW holding to send the beacon packet.…
276 /* Note: We cannot update beacon content to HW or send any AC packets during the time between Setu…
393 #define IMR_BCNDMAINT0_8723B BIT20 /* Beacon DMA Interrupt 0 */
394 #define IMR_BCNDERR0_8723B BIT16 /* Beacon Queue DMA OK0 */
396 #define IMR_BCNDMAINT_E_8723B BIT14 /* Beacon DMA Interrupt Extension for Win7 */
411 #define IMR_BCNDMAINT7_8723B BIT27 /* Beacon DMA Interrupt 7 */
412 #define IMR_BCNDMAINT6_8723B BIT26 /* Beacon DMA Interrupt 6 */
413 #define IMR_BCNDMAINT5_8723B BIT25 /* Beacon DMA Interrupt 5 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dpower.h538 * @bf_energy_delta: Used for RSSI filtering, if in 'normal' state. Send beacon
540 * passed beacon is greater than this threshold. Zero value means that
541 * the Energy change is ignored for beacon filtering, and beacon will
545 * Send beacon to driver if delta in Energy values calculated for this
546 * and last passed beacon is greater than this threshold. Zero value
547 * means that the Energy change is ignored for beacon filtering while in
550 * calculated for current beacon is less than the threshold, use
558 * @bf_temp_fast_filter: Send Beacon to driver if delta in temperature values
559 * calculated for this and the last passed beacon is greater than this
561 * beacon filtering; beacons will not be forced to be sent to driver
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtl8812a_spec.h197 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
198 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
200 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
215 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
216 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
217 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
218 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
219 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
220 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
221 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtl8812a_spec.h197 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
198 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
200 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
215 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
216 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
217 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
218 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
219 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
220 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
221 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtl8812a_spec.h198 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
199 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
201 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
216 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
217 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
218 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
219 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
220 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
221 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
222 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtl8812a_spec.h198 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
199 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
201 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
216 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
217 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
218 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
219 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
220 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
221 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
222 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtl8812a_spec.h198 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
199 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
201 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
216 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
217 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
218 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
219 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
220 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
221 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
222 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtl8812a_spec.h197 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
198 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
200 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
215 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
216 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
217 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
218 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
219 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
220 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
221 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtl8812a_spec.h198 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
199 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
201 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
216 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
217 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
218 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
219 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
220 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
221 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
222 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtl8812a_spec.h198 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
199 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
201 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
216 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
217 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
218 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
219 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
220 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
221 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
222 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtl8812a_spec.h197 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
198 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
200 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
215 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
216 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
217 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
218 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
219 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
220 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
221 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtl8812a_spec.h197 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
198 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
200 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
215 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
216 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
217 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
218 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
219 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
220 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
221 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtl8812a_spec.h190 #define IMR_BCNDMAINT0_8812 BIT20 // Beacon DMA Interrupt 0
191 #define IMR_BCNDERR0_8812 BIT16 // Beacon Queue DMA OK0
193 #define IMR_BCNDMAINT_E_8812 BIT14 // Beacon DMA Interrupt Extension for Win7
208 #define IMR_BCNDMAINT7_8812 BIT27 // Beacon DMA Interrupt 7
209 #define IMR_BCNDMAINT6_8812 BIT26 // Beacon DMA Interrupt 6
210 #define IMR_BCNDMAINT5_8812 BIT25 // Beacon DMA Interrupt 5
211 #define IMR_BCNDMAINT4_8812 BIT24 // Beacon DMA Interrupt 4
212 #define IMR_BCNDMAINT3_8812 BIT23 // Beacon DMA Interrupt 3
213 #define IMR_BCNDMAINT2_8812 BIT22 // Beacon DMA Interrupt 2
214 #define IMR_BCNDMAINT1_8812 BIT21 // Beacon DMA Interrupt 1
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtl8812a_spec.h197 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
198 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
200 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
215 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
216 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
217 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
218 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
219 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
220 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
221 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtl8812a_spec.h197 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
198 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
200 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
215 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
216 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
217 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
218 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
219 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
220 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
221 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mm-beacon-kit.dts9 #include "imx8mm-beacon-som.dtsi"
10 #include "imx8mm-beacon-baseboard.dtsi"
13 model = "Beacon EmbeddedWorks i.MX8M Mini Development Kit";
14 compatible = "beacon,imx8mm-beacon-kit", "fsl,imx8mm";
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtl8812a_spec.h198 #define IMR_BCNDMAINT0_8812 BIT20 /* Beacon DMA Interrupt 0 */
199 #define IMR_BCNDERR0_8812 BIT16 /* Beacon Queue DMA OK0 */
201 #define IMR_BCNDMAINT_E_8812 BIT14 /* Beacon DMA Interrupt Extension for Win7 */
216 #define IMR_BCNDMAINT7_8812 BIT27 /* Beacon DMA Interrupt 7 */
217 #define IMR_BCNDMAINT6_8812 BIT26 /* Beacon DMA Interrupt 6 */
218 #define IMR_BCNDMAINT5_8812 BIT25 /* Beacon DMA Interrupt 5 */
219 #define IMR_BCNDMAINT4_8812 BIT24 /* Beacon DMA Interrupt 4 */
220 #define IMR_BCNDMAINT3_8812 BIT23 /* Beacon DMA Interrupt 3 */
221 #define IMR_BCNDMAINT2_8812 BIT22 /* Beacon DMA Interrupt 2 */
222 #define IMR_BCNDMAINT1_8812 BIT21 /* Beacon DMA Interrupt 1 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtl8812a_spec.h198 #define IMR_BCNDMAINT0_8812 BIT20 // Beacon DMA Interrupt 0
199 #define IMR_BCNDERR0_8812 BIT16 // Beacon Queue DMA OK0
201 #define IMR_BCNDMAINT_E_8812 BIT14 // Beacon DMA Interrupt Extension for Win7
216 #define IMR_BCNDMAINT7_8812 BIT27 // Beacon DMA Interrupt 7
217 #define IMR_BCNDMAINT6_8812 BIT26 // Beacon DMA Interrupt 6
218 #define IMR_BCNDMAINT5_8812 BIT25 // Beacon DMA Interrupt 5
219 #define IMR_BCNDMAINT4_8812 BIT24 // Beacon DMA Interrupt 4
220 #define IMR_BCNDMAINT3_8812 BIT23 // Beacon DMA Interrupt 3
221 #define IMR_BCNDMAINT2_8812 BIT22 // Beacon DMA Interrupt 2
222 #define IMR_BCNDMAINT1_8812 BIT21 // Beacon DMA Interrupt 1
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/renesas/
H A Dr8a774a1-beacon-rzg2m-kit.dts9 #include "beacon-renesom-som.dtsi"
10 #include "beacon-renesom-baseboard.dtsi"
13 model = "Beacon EmbeddedWorks RZ/G2M Development Kit";
14 compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";

12345678910>>...71