Home
last modified time | relevance | path

Searched full:mpfs (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmpfs.c36 #include <linux/mlx5/mpfs.h>
39 #include "lib/mpfs.h"
41 /* HW L2 Table (MPFS) management */
101 struct mlx5_mpfs *mpfs; in mlx5_mpfs_init() local
106 mpfs = kzalloc_obj(*mpfs); in mlx5_mpfs_init()
107 if (!mpfs) in mlx5_mpfs_init()
110 mutex_init(&mpfs->lock); in mlx5_mpfs_init()
111 mpfs->size = l2table_size; in mlx5_mpfs_init()
112 mpfs->bitmap = bitmap_zalloc(l2table_size, GFP_KERNEL); in mlx5_mpfs_init()
113 if (!mpfs->bitmap) { in mlx5_mpfs_init()
[all …]
H A Dmpfs.h48 #define mlx5_mpfs_foreach(hs, tmp, mpfs, i) \ argument
50 hlist_for_each_entry_safe(hs, tmp, &(mpfs)->hash[i], node.hlist)
/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs.dtsi5 #include "dt-bindings/clock/microchip,mpfs-clock.h"
11 compatible = "microchip,mpfs";
193 compatible = "microchip,mpfs-sys-controller";
210 compatible = "microchip,mpfs-ccache", "sifive,fu540-c000-ccache", "cache";
246 compatible = "microchip,mpfs-pdma", "sifive,pdma0";
255 compatible = "microchip,mpfs-mss-top-sysreg", "syscon", "simple-mfd";
261 compatible = "microchip,mpfs-sysreg-scb", "syscon";
266 compatible = "microchip,mpfs-ccc";
274 compatible = "microchip,mpfs-ccc";
282 compatible = "microchip,mpfs-ccc";
[all …]
H A Dmpfs-sev-kit.dts6 #include "mpfs.dtsi"
7 #include "mpfs-sev-kit-fabric.dtsi"
13 compatible = "microchip,mpfs-sev-kit", "microchip,mpfs";
H A Dmpfs-polarberry.dts6 #include "mpfs.dtsi"
7 #include "mpfs-polarberry-fabric.dtsi"
11 compatible = "sundance,polarberry", "microchip,mpfs";
H A Dmpfs-tysom-m.dts11 #include "mpfs.dtsi"
12 #include "mpfs-tysom-m-fabric.dtsi"
16 compatible = "aldec,tysom-m-mpfs250t-rev2", "microchip,mpfs";
H A Dmpfs-m100pfsevp.dts10 #include "mpfs.dtsi"
11 #include "mpfs-m100pfs-fabric.dtsi"
15 compatible = "aries,m100pfsevp", "microchip,mpfs";
H A Dmpfs-beaglev-fire.dts7 #include "mpfs.dtsi"
8 #include "mpfs-beaglev-fire-fabric.dtsi"
17 compatible = "beagle,beaglev-fire", "microchip,mpfs";
/linux/drivers/soc/microchip/
H A Dmpfs-sys-controller.c3 * Microchip PolarFire SoC (MPFS) system controller driver
21 #include <soc/microchip/mpfs.h>
52 dev_warn(sys_controller->client.dev, "MPFS sys controller service timeout\n"); in mpfs_blocking_transaction()
70 "MPFS sys controller service failed with status: %d\n", in mpfs_blocking_transaction()
115 .name = "mpfs-rng",
119 .name = "mpfs-generic-service",
123 .name = "mpfs-auto-update",
175 dev_info(&pdev->dev, "Registered MPFS system controller\n"); in mpfs_sys_controller_probe()
192 {.compatible = "microchip,mpfs-sys-controller", },
225 dev_dbg(dev, "Parent device was not an MPFS system controller\n"); in mpfs_sys_controller_get()
[all …]
H A DKconfig2 tristate "Microchip PolarFire SoC (MPFS) system controller support"
6 This driver adds support for the PolarFire SoC (MPFS) system controller.
14 bool "PolarFire SoC (MPFS) syscon drivers"
19 These drivers add support for the syscons on PolarFire SoC (MPFS).
H A DMakefile1 obj-$(CONFIG_POLARFIRE_SOC_SYS_CTRL) += mpfs-sys-controller.o
2 obj-$(CONFIG_POLARFIRE_SOC_SYSCONS) += mpfs-control-scb.o mpfs-mss-top-sysreg.o
H A Dmpfs-control-scb.c10 MFD_CELL_NAME("mpfs-tvs"),
22 { .compatible = "microchip,mpfs-control-scb", },
29 .name = "mpfs-control-scb",
H A Dmpfs-mss-top-sysreg.c11 MFD_CELL_NAME("mpfs-reset"),
28 { .compatible = "microchip,mpfs-mss-top-sysreg", },
35 .name = "mpfs-mss-top-sysreg",
/linux/Documentation/devicetree/bindings/rtc/
H A Dmicrochip,mpfs-rtc.yaml4 $id: http://devicetree.org/schemas/rtc/microchip,mpfs-rtc.yaml#
8 title: Microchip PolarFire Soc (MPFS) RTC
21 - const: microchip,mpfs-rtc
22 - const: microchip,mpfs-rtc
61 #include "dt-bindings/clock/microchip,mpfs-clock.h"
63 compatible = "microchip,mpfs-rtc";
/linux/drivers/char/hw_random/
H A Dmpfs-rng.c3 * Microchip PolarFire SoC (MPFS) hardware random driver
13 #include <soc/microchip/mpfs.h>
84 return dev_err_probe(&pdev->dev, ret, "Failed to register MPFS hwrng\n"); in mpfs_rng_probe()
86 dev_info(&pdev->dev, "Registered MPFS hwrng\n"); in mpfs_rng_probe()
93 .name = "mpfs-rng",
101 MODULE_DESCRIPTION("PolarFire SoC (MPFS) hardware random driver");
/linux/drivers/reset/
H A Dreset-mpfs.c3 * PolarFire SoC (MPFS) Peripheral Clock Reset Controller
19 #include <dt-bindings/clock/microchip,mpfs-clock.h>
20 #include <soc/microchip/mpfs.h>
148 .name = "mpfs-reset",
182 adev = devm_auxiliary_device_create(clk_dev, "reset-mpfs", (void *)map); in mpfs_reset_controller_register()
192 .name = "reset_mpfs.reset-mpfs",
/linux/Documentation/devicetree/bindings/soc/microchip/
H A Dmicrochip,mpfs-sys-controller.yaml4 $id: http://devicetree.org/schemas/soc/microchip/microchip,mpfs-sys-controller.yaml#
7 title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) system controller
27 const: microchip,mpfs-sys-controller
48 compatible = "microchip,mpfs-sys-controller";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmicrochip,mpfs-pinctrl-iomux0.yaml4 $id: http://devicetree.org/schemas/pinctrl/microchip,mpfs-pinctrl-iomux0.yaml#
22 - const: microchip,mpfs-pinctrl-iomux0
25 - const: microchip,mpfs-pinctrl-iomux0
74 compatible = "microchip,mpfs-pinctrl-iomux0";
/linux/Documentation/devicetree/bindings/cache/
H A Dsifive,ccache0.yaml48 - const: microchip,mpfs-ccache
53 - const: microchip,mpfs-ccache
102 - microchip,mpfs-ccache
153 - microchip,mpfs-ccache
/linux/drivers/clk/microchip/
H A DMakefile4 obj-$(CONFIG_MCHP_CLK_MPFS) += clk-mpfs.o
5 obj-$(CONFIG_MCHP_CLK_MPFS) += clk-mpfs-ccc.o
H A Dclk-mpfs-ccc.c12 #include <dt-bindings/clock/microchip,mpfs-clock.h>
267 { .compatible = "microchip,mpfs-ccc", },
275 .name = "microchip-mpfs-ccc",
H A Dclk-mpfs.c14 #include <dt-bindings/clock/microchip,mpfs-clock.h>
15 #include <soc/microchip/mpfs.h>
475 clk_data->regmap = syscon_regmap_lookup_by_compatible("microchip,mpfs-mss-top-sysreg"); in mpfs_clk_syscon_probe()
558 { .compatible = "microchip,mpfs-clkcfg", },
566 .name = "microchip-mpfs-clkcfg",
/linux/drivers/usb/musb/
H A Dmpfs.c3 * PolarFire SoC (MPFS) MUSB Glue Layer
342 dev_info(&pdev->dev, "Registered MPFS MUSB driver\n"); in mpfs_probe()
365 { .compatible = "microchip,mpfs-musb" },
375 .name = "mpfs-musb",
/linux/drivers/firmware/microchip/
H A DMakefile3 obj-$(CONFIG_POLARFIRE_SOC_AUTO_UPDATE) += mpfs-auto-update.o
H A DKconfig12 If built as a module, it will be called mpfs-auto-update.

12