Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/mediatek/
H A Dmt8195-pm-domains.h20 .sta_mask = BIT(11),
39 .sta_mask = BIT(12),
58 .sta_mask = BIT(13),
66 .sta_mask = BIT(14),
74 .sta_mask = BIT(18),
82 .sta_mask = BIT(3),
92 .sta_mask = BIT(10),
108 .sta_mask = BIT(8),
123 .sta_mask = BIT(1),
133 .sta_mask = BIT(2),
[all …]
H A Dmt8192-pm-domains.h16 .sta_mask = BIT(21),
55 .sta_mask = BIT(2),
65 .sta_mask = BIT(3),
93 .sta_mask = BIT(4),
102 .sta_mask = BIT(5),
111 .sta_mask = BIT(6),
120 .sta_mask = BIT(7),
129 .sta_mask = BIT(8),
138 .sta_mask = BIT(20),
169 .sta_mask = BIT(14),
[all …]
H A Dmt8186-pm-domains.h20 .sta_mask = BIT(2),
30 .sta_mask = BIT(3),
58 .sta_mask = BIT(4),
68 .sta_mask = BIT(5),
78 .sta_mask = BIT(20),
88 .sta_mask = BIT(19),
98 .sta_mask = BIT(21),
117 .sta_mask = BIT(13),
137 .sta_mask = BIT(14),
147 .sta_mask = BIT(15),
[all …]
H A Dmt8188-pm-domains.h20 .sta_mask = BIT(1),
30 .sta_mask = BIT(2),
66 .sta_mask = BIT(3),
76 .sta_mask = BIT(4),
86 .sta_mask = BIT(5),
96 .sta_mask = BIT(10),
116 .sta_mask = BIT(12),
124 .sta_mask = BIT(17),
132 .sta_mask = BIT(1),
182 .sta_mask = BIT(9),
[all …]
H A Dmt8183-pm-domains.h16 .sta_mask = PWR_STATUS_AUDIO,
25 .sta_mask = PWR_STATUS_CONN,
48 .sta_mask = PWR_STATUS_MFG,
58 .sta_mask = BIT(7),
67 .sta_mask = BIT(20),
91 .sta_mask = PWR_STATUS_DISP,
112 .sta_mask = BIT(25),
162 .sta_mask = BIT(31),
192 .sta_mask = BIT(26),
221 .sta_mask = BIT(27),
[all …]
H A Dmt8173-pm-domains.h16 .sta_mask = PWR_STATUS_VDEC,
25 .sta_mask = PWR_STATUS_VENC,
34 .sta_mask = PWR_STATUS_ISP,
43 .sta_mask = PWR_STATUS_DISP,
56 .sta_mask = PWR_STATUS_VENC_LT,
65 .sta_mask = PWR_STATUS_AUDIO,
74 .sta_mask = PWR_STATUS_USB,
84 .sta_mask = PWR_STATUS_MFG_ASYNC,
94 .sta_mask = PWR_STATUS_MFG_2D,
103 .sta_mask = PWR_STATUS_MFG,
H A Dmtk-scpsys.c124 u32 sta_mask; member
717 .sta_mask = BIT(22),
726 .sta_mask = BIT(23),
735 .sta_mask = BIT(30),
760 .sta_mask = BIT(7),
768 .sta_mask = BIT(21),
776 .sta_mask = BIT(5),
784 .sta_mask = BIT(3),
793 .sta_mask = BIT(24),
801 .sta_mask = BIT(13),
[all …]
H A Dmt6795-pm-domains.h16 .sta_mask = PWR_STATUS_VDEC,
25 .sta_mask = PWR_STATUS_VENC,
34 .sta_mask = PWR_STATUS_ISP,
43 .sta_mask = PWR_STATUS_DISP,
56 .sta_mask = BIT(20),
65 .sta_mask = PWR_STATUS_AUDIO,
74 .sta_mask = PWR_STATUS_MFG_ASYNC,
83 .sta_mask = PWR_STATUS_MFG_2D,
92 .sta_mask = PWR_STATUS_MFG,
H A Dmt8167-pm-domains.h19 .sta_mask = PWR_STATUS_DISP,
33 .sta_mask = PWR_STATUS_VDEC,
43 .sta_mask = PWR_STATUS_ISP,
53 .sta_mask = MT8167_PWR_STATUS_MFG_ASYNC,
66 .sta_mask = MT8167_PWR_STATUS_MFG_2D,
75 .sta_mask = PWR_STATUS_MFG,
84 .sta_mask = PWR_STATUS_CONN,
H A Dmtk-pm-domains.h93 u32 sta_mask; member
H A Dmtk-pm-domains.c68 status &= pd->data->sta_mask; in scpsys_domain_is_on()
71 status2 &= pd->data->sta_mask; in scpsys_domain_is_on()
333 if (domain_data->sta_mask == 0) { in scpsys_add_one_domain()
/openbmc/u-boot/drivers/power/domain/
H A Dmtk-power-domain.c71 u32 sta_mask; member
87 .sta_mask = PWR_STATUS_CONN,
92 .sta_mask = PWR_STATUS_DISP,
98 .sta_mask = PWR_STATUS_MFG,
104 .sta_mask = PWR_STATUS_VDEC,
110 .sta_mask = PWR_STATUS_ISP,
116 .sta_mask = PWR_STATUS_BDP,
121 .sta_mask = PWR_STATUS_ETH,
127 .sta_mask = PWR_STATUS_HIF,
193 data->sta_mask; in scpsys_domain_is_on()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-key.c167 static int __iwl_mvm_sec_key_del(struct iwl_mvm *mvm, u32 sta_mask, in __iwl_mvm_sec_key_del() argument
173 .u.remove.sta_mask = cpu_to_le32(sta_mask), in __iwl_mvm_sec_key_del()
187 .u.add.sta_mask = cpu_to_le32(sta_mask), in iwl_mvm_mld_send_key()
202 if (WARN_ON(!sta_mask)) in iwl_mvm_mld_send_key()
234 __iwl_mvm_sec_key_del(mvm, sta_mask, key_flags, in iwl_mvm_mld_send_key()
246 u32 sta_mask = iwl_mvm_get_sec_sta_mask(mvm, vif, sta, keyconf); in iwl_mvm_sec_key_add() local
277 ret = iwl_mvm_mld_send_key(mvm, sta_mask, key_flags, keyconf); in iwl_mvm_sec_key_add()
299 u32 sta_mask = iwl_mvm_get_sec_sta_mask(mvm, vif, sta, keyconf); in _iwl_mvm_sec_key_del() local
304 if (WARN_ON(!sta_mask)) in _iwl_mvm_sec_key_del()
326 ret = __iwl_mvm_sec_key_del(mvm, sta_mask, key_flags, keyconf->keyidx, in _iwl_mvm_sec_key_del()
[all …]
H A Dmld-sta.c310 static int iwl_mvm_mld_disable_txq(struct iwl_mvm *mvm, u32 sta_mask, in iwl_mvm_mld_disable_txq() argument
325 .u.remove.sta_mask = cpu_to_le32(sta_mask), in iwl_mvm_mld_disable_txq()
783 u32 sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_mld_disable_sta_queues() local
792 iwl_mvm_mld_disable_txq(mvm, sta_mask, in iwl_mvm_mld_disable_sta_queues()
1001 if (!(data->sta_mask & old_sta_mask)) in iwl_mvm_mld_update_sta_baids()
1004 WARN_ONCE(data->sta_mask != old_sta_mask, in iwl_mvm_mld_update_sta_baids()
1006 baid, old_sta_mask, data->sta_mask); in iwl_mvm_mld_update_sta_baids()
1012 data->sta_mask = new_sta_mask; in iwl_mvm_mld_update_sta_baids()
H A Drxmq.c696 u8 sta_id = ffs(baid_data->sta_mask) - 1; in iwl_mvm_reorder_timer_expired()
750 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mvm_del_ba()
797 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mvm_release_frames_from_notif()
950 u32 sta_mask; in iwl_mvm_reorder() local
994 sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_reorder()
999 !(sta_mask & baid_data->sta_mask), in iwl_mvm_reorder()
1001 baid, baid_data->sta_mask, baid_data->tid, in iwl_mvm_reorder()
1002 sta_mask, tid)) in iwl_mvm_reorder()
2812 !(baid_data->sta_mask & BIT(sta_id)), in iwl_mvm_rx_bar_frame_release()
2814 baid, baid_data->sta_mask, baid_data->tid, sta_id, in iwl_mvm_rx_bar_frame_release()
H A Dsta.c281 sta_id = ffs(ba_data->sta_mask) - 1; /* don't care which one */ in iwl_mvm_rx_agg_session_expired()
369 .u.remove.sta_mask = cpu_to_le32(BIT(sta_id)), in iwl_mvm_disable_txq()
850 u32 sta_mask = 0; in iwl_mvm_tvqm_enable_txq() local
880 sta_mask |= BIT(link->sta_id); in iwl_mvm_tvqm_enable_txq()
883 sta_mask |= BIT(sta_id); in iwl_mvm_tvqm_enable_txq()
886 if (!sta_mask) in iwl_mvm_tvqm_enable_txq()
890 queue = iwl_trans_txq_alloc(mvm->trans, 0, sta_mask, in iwl_mvm_tvqm_enable_txq()
896 size, sta_mask, tid, queue); in iwl_mvm_tvqm_enable_txq()
904 queue, sta_mask, tid); in iwl_mvm_tvqm_enable_txq()
2967 baid_data->sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_sta_rx_agg()
[all …]
H A Dmvm.h704 u32 sta_mask; member
2400 int iwl_mvm_mld_send_key(struct iwl_mvm *mvm, u32 sta_mask, u32 key_flags,
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h579 __le32 sta_mask; member
588 __le32 sta_mask; member
650 __le32 sta_mask; member
666 __le32 sta_mask; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.h116 u32 sta_mask, u8 tid,
H A Dtx.c1226 int iwl_txq_dyn_alloc(struct iwl_trans *trans, u32 flags, u32 sta_mask, in iwl_txq_dyn_alloc() argument
1255 if (hweight32(sta_mask) != 1) { in iwl_txq_dyn_alloc()
1259 cmd.old.sta_id = ffs(sta_mask) - 1; in iwl_txq_dyn_alloc()
1271 cmd.new.u.add.sta_mask = cpu_to_le32(sta_mask); in iwl_txq_dyn_alloc()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h602 u32 sta_mask, u8 tid,
1341 u32 flags, u32 sta_mask, u8 tid, in iwl_trans_txq_alloc() argument
1354 return trans->ops->txq_alloc(trans, flags, sta_mask, tid, in iwl_trans_txq_alloc()