Home
last modified time | relevance | path

Searched refs:npu (Results 1 – 25 of 29) 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
1721 return !!rcu_access_pointer(dev->mmio.npu); in mt76_npu_device_active()
1729 static inline int mt76_npu_send_msg(struct airoha_npu *npu, int ifindex, in mt76_npu_send_msg() argument
1733 return airoha_npu_wlan_send_msg(npu, ifindex, cmd, &val, sizeof(val), in mt76_npu_send_msg()
1737 static inline int mt76_npu_get_msg(struct airoha_npu *npu, int ifindex, in mt76_npu_get_msg() argument
1741 return airoha_npu_wlan_get_msg(npu, ifindex, cmd, val, sizeof(*val), in mt76_npu_get_msg()
/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/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/dev/mediatek/mt76/mt7996/
H A DMakefile8 mt7996e-$(CONFIG_MT7996_NPU) += npu.o
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.dtsi149 &npu {
H A Dmeson-g12b-a311d-libretech-cc.dts115 &npu {
H A Dmeson-sm1.dtsi554 &npu {
H A Dmeson-g12-common.dtsi2593 npu: npu@ff100000 { label
/freebsd/sys/modules/mt76/mt7996/
H A DMakefile32 SRCS+= npu.c
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3568-mecsbc.dts79 vdd_npu: regulator-vdd-npu {
H A Drk3562-pinctrl.dtsi785 npu {
787 npu_pins: npu-pins {
H A Drk3568-pinctrl.dtsi1466 npu {
1468 npu_pins: npu-pins {
H A Drk3588s-pinctrl.dtsi1604 npu {
1606 npu_pins: npu-pins {
H A Drk3588-base.dtsi2820 npu_thermal: npu-thermal {
2826 npu_crit: npu-crit {
2967 npu_leakage: npu-leakage@28 {
H A Drk3588-base-pinctrl.dtsi1604 npu {
1606 npu_pins: npu-pins {
H A Drk3576.dtsi723 compatible = "rockchip,rk3576-npu-grf", "syscon";
1787 npu_leakage: npu-leakage@20 {
/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
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm6350.dtsi1836 compatible = "qcom,sm6350-npu-noc";
3414 npu-thermal {
3418 npu-crit {
H A Dsc7180.dtsi3008 compatible = "qcom,sc7180-npu-noc";
4760 npu-thermal {
4772 npu_crit: npu-crit {

12