Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
[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),
148 .sta_mask
[all...]
H A Dmtk-scpsys.c114 * @sta_mask: The mask for power on/off status bit.
124 u32 sta_mask; member
177 scpd->data->sta_mask; in scpsys_domain_is_on()
179 scpd->data->sta_mask; in scpsys_domain_is_on()
560 .sta_mask = PWR_STATUS_CONN,
569 .sta_mask = PWR_STATUS_DISP,
578 .sta_mask = PWR_STATUS_MFG,
587 .sta_mask = PWR_STATUS_VDEC,
596 .sta_mask = PWR_STATUS_ISP,
605 .sta_mask
[all...]
H A Dmt8192-pm-domains.h16 .sta_mask = BIT(21),
31 .sta_mask = PWR_STATUS_CONN,
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
[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
[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 Dmt8183-pm-domains.h16 .sta_mask = PWR_STATUS_AUDIO,
25 .sta_mask = PWR_STATUS_CONN,
38 .sta_mask = PWR_STATUS_MFG_ASYNC,
48 .sta_mask = PWR_STATUS_MFG,
58 .sta_mask = BIT(7),
67 .sta_mask = BIT(20),
76 .sta_mask = PWR_STATUS_MFG_2D,
91 .sta_mask = PWR_STATUS_DISP,
112 .sta_mask = BIT(25),
137 .sta_mask
[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
[all...]
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.h81 * @sta_mask: The mask for power on/off status bit.
93 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()
/kernel/linux/linux-5.10/drivers/soc/mediatek/
H A Dmtk-scpsys.c114 * @sta_mask: The mask for power on/off status bit.
124 u32 sta_mask; member
177 scpd->data->sta_mask; in scpsys_domain_is_on()
179 scpd->data->sta_mask; in scpsys_domain_is_on()
560 .sta_mask = PWR_STATUS_CONN,
569 .sta_mask = PWR_STATUS_DISP,
578 .sta_mask = PWR_STATUS_MFG,
587 .sta_mask = PWR_STATUS_VDEC,
596 .sta_mask = PWR_STATUS_ISP,
605 .sta_mask
[all...]
/kernel/linux/linux-6.6/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()
181 int iwl_mvm_mld_send_key(struct iwl_mvm *mvm, u32 sta_mask, u32 key_flags, in iwl_mvm_mld_send_key() argument
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_flag in iwl_mvm_sec_key_add()
299 u32 sta_mask = iwl_mvm_get_sec_sta_mask(mvm, vif, sta, keyconf); _iwl_mvm_sec_key_del() local
[all...]
H A Dmld-sta.c307 static int iwl_mvm_mld_disable_txq(struct iwl_mvm *mvm, u32 sta_mask, in iwl_mvm_mld_disable_txq() argument
322 .u.remove.sta_mask = cpu_to_le32(sta_mask), in iwl_mvm_mld_disable_txq()
780 u32 sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_mld_disable_sta_queues() local
789 iwl_mvm_mld_disable_txq(mvm, sta_mask, in iwl_mvm_mld_disable_sta_queues()
993 if (!(data->sta_mask & old_sta_mask)) in iwl_mvm_mld_update_sta_baids()
996 WARN_ONCE(data->sta_mask != old_sta_mask, in iwl_mvm_mld_update_sta_baids()
998 baid, old_sta_mask, data->sta_mask); in iwl_mvm_mld_update_sta_baids()
1003 data->sta_mask = new_sta_mask; in iwl_mvm_mld_update_sta_baids()
H A Drxmq.c704 u8 sta_id = ffs(baid_data->sta_mask) - 1; in iwl_mvm_reorder_timer_expired()
758 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mvm_del_ba()
805 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mvm_release_frames_from_notif()
958 u32 sta_mask; in iwl_mvm_reorder() local
999 sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_reorder()
1004 !(sta_mask & baid_data->sta_mask), in iwl_mvm_reorder()
1005 "baid 0x%x is mapped to sta_mask:0x%x tid:%d, but was received for sta_mask:0x%x tid:%d\n", in iwl_mvm_reorder()
1006 baid, baid_data->sta_mask, baid_dat in iwl_mvm_reorder()
[all...]
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()
2963 baid_data->sta_mask in iwl_mvm_sta_rx_agg()
4358 u32 sta_mask = BIT(sta->sta_id); iwl_mvm_add_pasn_sta() local
[all...]
H A Dmvm.h690 * @sta_mask: current station mask for the BAID
704 u32 sta_mask; member
2397 int iwl_mvm_mld_send_key(struct iwl_mvm *mvm, u32 sta_mask, u32 key_flags,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h561 * @u.add.sta_mask: station mask
569 * @u.remove.sta_mask: station mask of queue to remove
579 __le32 sta_mask; member
588 __le32 sta_mask; member
630 * @u.add.sta_mask: station mask for the new key
642 * @u.remove.sta_mask: station mask
650 __le32 sta_mask; member
666 __le32 sta_mask; member
/kernel/linux/linux-6.6/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()
1354 return trans->ops->txq_alloc(trans, flags, sta_mask, tid, in iwl_trans_txq_alloc()
1340 iwl_trans_txq_alloc(struct iwl_trans *trans, u32 flags, u32 sta_mask, u8 tid, int size, unsigned int wdg_timeout) iwl_trans_txq_alloc() argument
/kernel/linux/linux-6.6/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()

Completed in 25 milliseconds