Home
last modified time | relevance | path

Searched full:npu (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.h79 struct airoha_npu *npu; \
82 npu = rcu_dereference(q->dev->mmio.npu); \
83 if (npu) \
84 regmap_read(npu->regmap, \
96 struct airoha_npu *npu; \
99 npu = rcu_dereference(q->dev->mmio.npu); \
100 if (npu) \
101 regmap_write(npu->regmap, \
H A DMakefile15 mt76-$(CONFIG_MT76_NPU) += npu.o
H A Dmt76.h729 struct airoha_npu __rcu *npu; member
1724 return !!rcu_access_pointer(dev->mmio.npu); in mt76_npu_device_active()
1732 static inline int mt76_npu_send_msg(struct airoha_npu *npu, int ifindex, in mt76_npu_send_msg() argument
1736 return airoha_npu_wlan_send_msg(npu, ifindex, cmd, &val, sizeof(val), in mt76_npu_send_msg()
1740 static inline int mt76_npu_get_msg(struct airoha_npu *npu, int ifindex, in mt76_npu_get_msg() argument
1744 return airoha_npu_wlan_get_msg(npu, ifindex, cmd, val, sizeof(*val), in mt76_npu_get_msg()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dairoha,en7581-npu.yaml4 $id: http://devicetree.org/schemas/net/airoha,en7581-npu.yaml#
13 The Airoha Network Processor Unit (NPU) provides a configuration interface
20 - airoha,en7581-npu
46 Memory used to store NPU firmware binary.
64 npu@1e900000 {
65 compatible = "airoha,en7581-npu";
H A Dairoha,en7581-eth.yaml76 airoha,npu:
79 Phandle to the node used to configure the NPU module.
80 The Airoha Network Processor Unit (NPU) provides a configuration
156 airoha,npu = <&npu>;
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/airoha/
H A Dairoha_offload.h27 airoha_npu_wlan_send_msg(void *npu, int ifindex, in airoha_npu_wlan_send_msg() argument
35 airoha_npu_wlan_get_msg(void *npu, int ifindex, in airoha_npu_wlan_get_msg() argument
43 airoha_npu_wlan_enable_irq(struct airoha_npu *npu, int q) in airoha_npu_wlan_enable_irq() argument
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399pro.dtsi10 /* Default to enabled since AP talk to NPU part over pcie */
15 /* Default to enabled since AP talk to NPU part over pcie */
H A Drk3568-mecsbc.dts79 vdd_npu: regulator-vdd-npu {
/freebsd/sys/contrib/device-tree/src/arm64/airoha/
H A Den7581.dtsi18 npu-binary@84000000 {
23 npu-flag@84b0000 {
28 npu-pkt@85000000 {
33 npu-phyaddr@86b00000 {
38 npu-rxdesc@86d00000 {
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,rpmh.yaml36 - qcom,sc7180-npu-noc
90 - qcom,sm8250-npu-noc
H A Dqcom,sm6350-rpmh.yaml27 - qcom,sm6350-npu-noc
H A Dqcom,sc7180.yaml36 - qcom,sc7180-npu-noc
/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/
H A Dmetrics.json259 "BriefDescription": "bytes of npu read from ddr",
260 "MetricName": "imx8mp_ddr_read.npu",
267 "BriefDescription": "bytes of npu write to ddr",
268 "MetricName": "imx8mp_ddr_write.npu",
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A DMakefile8 mt7996e-$(CONFIG_MT7996_NPU) += npu.o
H A DKconfig17 bool "MT7996 (PCIe) NPU support"
H A Dmmio.c726 struct airoha_npu *npu; in mt7996_rx_poll_complete() local
728 npu = rcu_dereference(mdev->mmio.npu); in mt7996_rx_poll_complete()
729 if (npu) in mt7996_rx_poll_complete()
730 airoha_npu_wlan_enable_irq(npu, q - MT_RXQ_NPU0); in mt7996_rx_poll_complete()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-a311d-bananapi-m2s.dts35 &npu {
H A Dmeson-g12b-a311d-khadas-vim3.dts43 &npu {
H A Dmeson-g12b-a311d-libretech-cc.dts115 &npu {
H A Dmeson-g12b.dtsi149 &npu {
/freebsd/sys/modules/mt76/mt7996/
H A DMakefile32 SRCS+= npu.c
/freebsd/share/doc/papers/timecounter/
H A Dtmac.usenix274 .po +\\n(NPu
/freebsd/sys/contrib/device-tree/Bindings/soc/rockchip/
H A Dgrf.yaml37 - rockchip,rk3576-npu-grf
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1109-relfor-saib.dts184 vdd_npu_vepu: regulator-vdd-npu-vepu {
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp.dtsi326 <&npu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
359 <&npu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
2303 npu: npu@38500000 { label

12