/linux-6.12.1/drivers/pmdomain/mediatek/ |
D | mt8195-pm-domains.h | 20 .sta_mask = BIT(11), 41 .sta_mask = BIT(12), 62 .sta_mask = BIT(13), 70 .sta_mask = BIT(14), 78 .sta_mask = BIT(18), 86 .sta_mask = BIT(3), 96 .sta_mask = BIT(10), 113 .sta_mask = BIT(8), 129 .sta_mask = BIT(1), 139 .sta_mask = BIT(2), [all …]
|
D | mt8186-pm-domains.h | 20 .sta_mask = BIT(2), 30 .sta_mask = BIT(3), 62 .sta_mask = BIT(4), 72 .sta_mask = BIT(5), 82 .sta_mask = BIT(20), 92 .sta_mask = BIT(19), 102 .sta_mask = BIT(21), 123 .sta_mask = BIT(13), 145 .sta_mask = BIT(14), 155 .sta_mask = BIT(15), [all …]
|
D | mt8192-pm-domains.h | 16 .sta_mask = BIT(21), 32 .sta_mask = PWR_STATUS_CONN, 59 .sta_mask = BIT(2), 69 .sta_mask = BIT(3), 101 .sta_mask = BIT(4), 110 .sta_mask = BIT(5), 119 .sta_mask = BIT(6), 128 .sta_mask = BIT(7), 137 .sta_mask = BIT(8), 146 .sta_mask = BIT(20), [all …]
|
D | mt8188-pm-domains.h | 20 .sta_mask = BIT(1), 30 .sta_mask = BIT(2), 72 .sta_mask = BIT(3), 82 .sta_mask = BIT(4), 92 .sta_mask = BIT(5), 102 .sta_mask = BIT(10), 124 .sta_mask = BIT(12), 132 .sta_mask = BIT(17), 140 .sta_mask = BIT(1), 157 .sta_mask = BIT(18), [all …]
|
D | mt8183-pm-domains.h | 16 .sta_mask = PWR_STATUS_AUDIO, 25 .sta_mask = PWR_STATUS_CONN, 41 .sta_mask = PWR_STATUS_MFG_ASYNC, 51 .sta_mask = PWR_STATUS_MFG, 61 .sta_mask = BIT(7), 70 .sta_mask = BIT(20), 79 .sta_mask = PWR_STATUS_MFG_2D, 100 .sta_mask = PWR_STATUS_DISP, 126 .sta_mask = BIT(25), 157 .sta_mask = PWR_STATUS_ISP, [all …]
|
D | mtk-scpsys.c | 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() 558 .sta_mask = PWR_STATUS_CONN, 567 .sta_mask = PWR_STATUS_DISP, 576 .sta_mask = PWR_STATUS_MFG, 585 .sta_mask = PWR_STATUS_VDEC, 594 .sta_mask = PWR_STATUS_ISP, 603 .sta_mask = PWR_STATUS_BDP, 611 .sta_mask = PWR_STATUS_ETH, [all …]
|
D | mt8173-pm-domains.h | 16 .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,
|
D | mt6795-pm-domains.h | 16 .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,
|
D | mt8365-pm-domains.h | 41 .sta_mask = PWR_STATUS_DISP, 73 .sta_mask = PWR_STATUS_VENC, 85 .sta_mask = PWR_STATUS_AUDIO, 100 .sta_mask = PWR_STATUS_CONN, 120 .sta_mask = PWR_STATUS_MFG, 135 .sta_mask = BIT(25), 149 .sta_mask = BIT(31), 161 .sta_mask = BIT(16), 176 .sta_mask = BIT(17),
|
D | mt8167-pm-domains.h | 19 .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,
|
D | mtk-pm-domains.c | 70 status &= pd->data->sta_mask; in scpsys_domain_is_on() 73 status2 &= pd->data->sta_mask; in scpsys_domain_is_on() 146 u32 sta_mask = bpd->bus_prot_sta_mask; in scpsys_bus_protect_clear() local 150 expected_ack = (bpd->flags & BUS_PROT_STA_COMPONENT_INFRA_NAO ? sta_mask : 0); in scpsys_bus_protect_clear() 161 val, (val & sta_mask) == expected_ack, in scpsys_bus_protect_clear() 170 u32 sta_mask = bpd->bus_prot_sta_mask; in scpsys_bus_protect_set() local 179 val, (val & sta_mask) == sta_mask, in scpsys_bus_protect_set() 378 if (domain_data->sta_mask == 0) { in scpsys_add_one_domain()
|
D | mtk-pm-domains.h | 105 u32 sta_mask; member
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mld-key.c | 170 static int __iwl_mvm_sec_key_del(struct iwl_mvm *mvm, u32 sta_mask, in __iwl_mvm_sec_key_del() argument 176 .u.remove.sta_mask = cpu_to_le32(sta_mask), in __iwl_mvm_sec_key_del() 184 int iwl_mvm_mld_send_key(struct iwl_mvm *mvm, u32 sta_mask, u32 key_flags, in iwl_mvm_mld_send_key() argument 190 .u.add.sta_mask = cpu_to_le32(sta_mask), in iwl_mvm_mld_send_key() 205 if (WARN_ON(!sta_mask)) in iwl_mvm_mld_send_key() 237 __iwl_mvm_sec_key_del(mvm, sta_mask, key_flags, in iwl_mvm_mld_send_key() 249 u32 sta_mask = iwl_mvm_get_sec_sta_mask(mvm, vif, sta, keyconf); in iwl_mvm_sec_key_add() local 280 ret = iwl_mvm_mld_send_key(mvm, sta_mask, key_flags, keyconf); in iwl_mvm_sec_key_add() 302 u32 sta_mask = iwl_mvm_get_sec_sta_mask(mvm, vif, sta, keyconf); in _iwl_mvm_sec_key_del() local 307 if (WARN_ON(!sta_mask)) in _iwl_mvm_sec_key_del() [all …]
|
D | mld-sta.c | 310 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() 781 u32 sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_mld_disable_sta_queues() local 790 iwl_mvm_mld_disable_txq(mvm, sta_mask, in iwl_mvm_mld_disable_sta_queues() 1008 if (!(data->sta_mask & old_sta_mask)) in iwl_mvm_mld_update_sta_baids() 1011 WARN_ONCE(data->sta_mask != old_sta_mask, in iwl_mvm_mld_update_sta_baids() 1013 baid, old_sta_mask, data->sta_mask); in iwl_mvm_mld_update_sta_baids() 1019 data->sta_mask = new_sta_mask; in iwl_mvm_mld_update_sta_baids()
|
D | rxmq.c | 609 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mvm_del_ba() 650 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mvm_release_frames_from_notif() 733 u32 sta_mask; in iwl_mvm_reorder() local 777 sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_reorder() 782 !(sta_mask & baid_data->sta_mask), in iwl_mvm_reorder() 784 baid, baid_data->sta_mask, baid_data->tid, in iwl_mvm_reorder() 785 sta_mask, tid)) in iwl_mvm_reorder() 2542 !(baid_data->sta_mask & BIT(sta_id)), in iwl_mvm_rx_bar_frame_release() 2544 baid, baid_data->sta_mask, baid_data->tid, sta_id, in iwl_mvm_rx_bar_frame_release()
|
D | sta.c | 281 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 874 sta_mask |= BIT(link->sta_id); in iwl_mvm_tvqm_enable_txq() 878 sta_mask |= BIT(sta_id); in iwl_mvm_tvqm_enable_txq() 881 if (!sta_mask) in iwl_mvm_tvqm_enable_txq() 884 queue = iwl_trans_txq_alloc(mvm->trans, 0, sta_mask, in iwl_mvm_tvqm_enable_txq() 890 queue, sta_mask, tid); in iwl_mvm_tvqm_enable_txq() 2979 baid_data->sta_mask = iwl_mvm_sta_fw_id_mask(mvm, sta, -1); in iwl_mvm_sta_rx_agg() 4364 u32 sta_mask = BIT(sta->sta_id); in iwl_mvm_add_pasn_sta() local [all …]
|
D | mvm.h | 821 u32 sta_mask; member 2628 u32 sta_mask, 2639 int iwl_mvm_mld_send_key(struct iwl_mvm *mvm, u32 sta_mask, u32 key_flags,
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | datapath.h | 596 __le32 sta_mask; member 605 __le32 sta_mask; member 668 __le32 sta_mask; member 684 __le32 sta_mask; member
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 1025 int iwl_txq_dyn_alloc(struct iwl_trans *trans, u32 flags, u32 sta_mask, in iwl_txq_dyn_alloc() argument 1056 size, sta_mask, tid, in iwl_txq_dyn_alloc() 1073 if (hweight32(sta_mask) != 1) { in iwl_txq_dyn_alloc() 1077 cmd.old.sta_id = ffs(sta_mask) - 1; in iwl_txq_dyn_alloc() 1089 cmd.new.u.add.sta_mask = cpu_to_le32(sta_mask); in iwl_txq_dyn_alloc()
|
D | internal.h | 762 u32 sta_mask, u8 tid,
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.c | 509 int iwl_trans_txq_alloc(struct iwl_trans *trans, u32 flags, u32 sta_mask, in iwl_trans_txq_alloc() argument 518 return iwl_txq_dyn_alloc(trans, flags, sta_mask, tid, in iwl_trans_txq_alloc()
|
D | iwl-trans.h | 1013 int iwl_trans_txq_alloc(struct iwl_trans *trans, u32 flags, u32 sta_mask,
|