Home
last modified time | relevance | path

Searched refs:ppe (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/powerpc/ps3/
H A Dps3pic.c117 uint64_t ppe; in ps3pic_attach() local
129 lv1_get_logical_ppe_id(&ppe); in ps3pic_attach()
131 lv1_configure_irq_state_bitmap(ppe, thread, in ps3pic_attach()
137 lv1_configure_irq_state_bitmap(ppe, !thread, in ps3pic_attach()
142 lv1_connect_irq_plug_ext(ppe, thread, sc->sc_ipi_virq, in ps3pic_attach()
145 lv1_connect_irq_plug_ext(ppe, !thread, sc->sc_ipi_virq, in ps3pic_attach()
195 uint64_t ppe; in ps3pic_eoi() local
198 lv1_get_logical_ppe_id(&ppe); in ps3pic_eoi()
201 lv1_end_of_interrupt_ext(ppe, thread, irq); in ps3pic_eoi()
217 uint64_t ppe; in ps3pic_mask() local
[all …]
H A Dps3bus.c180 uint64_t ppe, junk; in ps3bus_resources_init() local
186 lv1_get_logical_ppe_id(&ppe); in ps3bus_resources_init()
202 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init()
210 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init()
262 uint64_t ppe, junk; in ps3bus_resources_init_by_type() local
268 lv1_get_logical_ppe_id(&ppe); in ps3bus_resources_init_by_type()
285 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init_by_type()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dhisilicon-hip04-net.txt10 phandle, specifies a reference to the syscon ppe node
22 * Ethernet ppe node:
28 - compatible: "hisilicon,hip04-ppe", "syscon".
60 ppe: ppe@28c0000 {
61 compatible = "hisilicon,hip04-ppe", "syscon";
70 port-handle = <&ppe 31 0 31>;
78 port-handle = <&ppe 0 1 0>;
87 port-handle = <&ppe 8 2 8>;
H A Dhisilicon-hns-dsaf.txt23 - reg-names: may be ppe-base and(or) dsaf-base. It is used to find the
64 reg-names = "ppe-base", "dsaf-base";
H A Dmediatek-net.txt32 These are "fe", "gmac" and "ppe"
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dnvidia,tegra-vde.txt15 - ppe
53 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2205 static u8 iwl_mvm_he_get_ppe_val(u8 *ppe, u8 ppe_pos_bit) in iwl_mvm_set_sta_pkt_ext()
2213 return (ppe[byte_num] >> bit_num) & in iwl_mvm_set_sta_pkt_ext()
2224 res = (ppe[byte_num + 1] & in iwl_mvm_set_sta_pkt_ext()
2227 res += (ppe[byte_num] >> bit_num) & (BIT(residue_bits) - 1); in iwl_mvm_set_sta_pkt_ext()
2234 u8 ru_index_bitmap, u8 *ppe, u8 ppe_pos_bit, in iwl_mvm_set_sta_pkt_ext()
2274 high_th = iwl_mvm_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mvm_set_fw_mu_edca_params()
2276 low_th = iwl_mvm_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mvm_set_fw_mu_edca_params()
2293 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mvm_set_fw_mu_edca_params()
2295 u8_get_bits(*ppe, in iwl_mvm_set_fw_mu_edca_params()
2300 iwl_mvm_parse_ppe(mvm, pkt_ext, nss, ru_index_bitmap, ppe, ppe_pos_bi in iwl_mvm_is_nic_ack_enabled()
1996 iwl_mvm_he_get_ppe_val(u8 * ppe,u8 ppe_pos_bit) iwl_mvm_he_get_ppe_val() argument
2025 iwl_mvm_parse_ppe(struct iwl_mvm * mvm,struct iwl_he_pkt_ext_v2 * pkt_ext,u8 nss,u8 ru_index_bitmap,u8 * ppe,u8 ppe_pos_bit,bool inheritance) iwl_mvm_parse_ppe() argument
2084 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; iwl_mvm_set_pkt_ext_from_he_ppe() local
2192 u8 *ppe = &link_sta->eht_cap.eht_ppe_thres[0]; iwl_mvm_set_sta_pkt_ext() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhip06.dtsi446 reg-names = "ppe-base", "dsaf-base";
H A Dhip07.dtsi1353 reg-names = "ppe-base", "dsaf-base";
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt2701.dtsi742 reset-names = "fe", "gmac", "ppe";
H A Dmt7623.dtsi976 reset-names = "fe", "gmac", "ppe";
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c2798 u16 ppe; in rtw89_fw_h2c_cxdrv_role_v2()
2829 ppe = le16_to_cpu(*((__le16 *)&sta->deflink.he_cap.ppe_thres[idx]));
2830 ppe16 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK;
2832 ppe8 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK; in rtw89_fw_h2c_cxdrv_ctrl()
2932 u16 ppe; in rtw89_fw_h2c_cxdrv_rfk()
2966 ppe = get_unaligned_le16(sta->deflink.eht_cap.eht_ppe_thres + idx); in rtw89_fw_h2c_cxdrv_rfk()
2967 ppe16 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK; in rtw89_fw_h2c_cxdrv_rfk()
2969 ppe8 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK; in rtw89_fw_h2c_cxdrv_rfk()
1754 u16 ppe; __get_sta_he_pkt_padding() local
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra114.dtsi278 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
H A Dtegra20.dtsi345 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
H A Dtegra30.dtsi524 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",