Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/ps3/
HDps3pic.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 …]
HDps3bus.c181 uint64_t ppe, junk; in ps3bus_resources_init() local
187 lv1_get_logical_ppe_id(&ppe); in ps3bus_resources_init()
203 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init()
211 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init()
263 uint64_t ppe, junk; in ps3bus_resources_init_by_type() local
269 lv1_get_logical_ppe_id(&ppe); in ps3bus_resources_init_by_type()
286 lv1_connect_irq_plug_ext(ppe, thread, outlet, outlet, in ps3bus_resources_init_by_type()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/net/
HDhisilicon-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>;
HDhisilicon-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";
HDmediatek-net.txt32 These are "fe", "gmac" and "ppe"
/freebsd-14-stable/sys/contrib/device-tree/Bindings/media/
Dnvidia,tegra-vde.txt15 - ppe
53 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDmac80211.c2205 static u8 iwl_mvm_he_get_ppe_val(u8 *ppe, u8 ppe_pos_bit) in iwl_mvm_he_get_ppe_val() argument
2213 return (ppe[byte_num] >> bit_num) & in iwl_mvm_he_get_ppe_val()
2224 res = (ppe[byte_num + 1] & in iwl_mvm_he_get_ppe_val()
2227 res += (ppe[byte_num] >> bit_num) & (BIT(residue_bits) - 1); in iwl_mvm_he_get_ppe_val()
2234 u8 ru_index_bitmap, u8 *ppe, u8 ppe_pos_bit, in iwl_mvm_parse_ppe() argument
2274 high_th = iwl_mvm_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mvm_parse_ppe()
2276 low_th = iwl_mvm_he_get_ppe_val(ppe, ppe_pos_bit); in iwl_mvm_parse_ppe()
2293 u8 *ppe = &link_sta->he_cap.ppe_thres[0]; in iwl_mvm_set_pkt_ext_from_he_ppe() local
2295 u8_get_bits(*ppe, in iwl_mvm_set_pkt_ext_from_he_ppe()
2300 iwl_mvm_parse_ppe(mvm, pkt_ext, nss, ru_index_bitmap, ppe, ppe_pos_bit, in iwl_mvm_set_pkt_ext_from_he_ppe()
[all …]
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/hisilicon/
HDhip06.dtsi442 reg-names = "ppe-base", "dsaf-base";
HDhip07.dtsi1337 reg-names = "ppe-base", "dsaf-base";
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDmt2701.dtsi742 reset-names = "fe", "gmac", "ppe";
HDtegra114.dtsi278 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
HDtegra20.dtsi345 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
HDmt7623.dtsi976 reset-names = "fe", "gmac", "ppe";
HDtegra30.dtsi524 reg-names = "sxe", "bsev", "mbe", "ppe", "mce",
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDfw.c3038 u16 ppe; in __get_sta_he_pkt_padding() local
3069 ppe = le16_to_cpu(*((__le16 *)&link_sta->he_cap.ppe_thres[idx])); in __get_sta_he_pkt_padding()
3070 ppe16 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK; in __get_sta_he_pkt_padding()
3072 ppe8 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK; in __get_sta_he_pkt_padding()
3182 u16 ppe; in __get_sta_eht_pkt_padding() local
3216 ppe = get_unaligned_le16(link_sta->eht_cap.eht_ppe_thres + idx); in __get_sta_eht_pkt_padding()
3217 ppe16 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK; in __get_sta_eht_pkt_padding()
3219 ppe8 = (ppe >> sh) & IEEE80211_PPE_THRES_NSS_MASK; in __get_sta_eht_pkt_padding()