Home
last modified time | relevance | path

Searched full:scmi (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-src/sys/contrib/device-tree/Bindings/firmware/
H A Darm,scmi.yaml5 $id: http://devicetree.org/schemas/firmware/arm,scmi.yaml#
8 title: System Control and Management Interface (SCMI) Message Protocol
14 The SCMI is intended to allow agents such as OSPM to manage various functions
19 the SCMI as described in ARM document number ARM DEN 0056 ("ARM System Control
26 - $ref: /schemas/firmware/nxp,imx95-scmi.yaml
30 const: scmi
34 - description: SCMI compliant firmware with mailbox transport
36 - const: arm,scmi
37 - description: SCMI compliant firmware with ARM SMC/HVC transport
39 - const: arm,scmi
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Darm,scmi.txt1 System Control and Management Interface (SCMI) Message Protocol
4 The SCMI is intended to allow agents such as OSPM to manage various functions
9 the SCMI as described in ARM document number ARM DEN 0056A ("ARM System Control
15 The scmi node with the following properties shall be under the /firmware/ node.
17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports
45 The mailbox is the only permitted method of calling the SCMI firmware.
55 Clock/Performance bindings for the clocks/OPPs based on SCMI Message Protocol
61 - #clock-cells : Should be 1. Contains the Clock ID value used by SCMI commands.
63 Power domain bindings for the power domains based on SCMI Message Protocol
66 This binding for the SCMI power domain providers uses the generic power
[all …]
/freebsd-src/sys/dev/firmware/arm/
H A Dscmi_clk.c44 #include "scmi.h"
50 device_t scmi; member
66 in = scmi_buf_get(sc->scmi, SCMI_PROTOCOL_ID_CLOCK, in scmi_clk_get_rate()
72 error = scmi_request(sc->scmi, in, (void **)&out); in scmi_clk_get_rate()
76 scmi_buf_put(sc->scmi, in); in scmi_clk_get_rate()
88 in = scmi_buf_get(sc->scmi, SCMI_PROTOCOL_ID_CLOCK, in scmi_clk_set_rate()
98 error = scmi_request(sc->scmi, in, &out); in scmi_clk_set_rate()
100 scmi_buf_put(sc->scmi, in); in scmi_clk_set_rate()
112 in = scmi_buf_get(sc->scmi, SCMI_PROTOCOL_ID_CLOCK, in scmi_clk_gate()
119 error = scmi_request(sc->scmi, in, &out); in scmi_clk_gate()
[all …]
H A Dscmi_smc.c47 #include "scmi.h"
157 if (!ofw_bus_is_compatible(dev, "arm,scmi-smc")) in scmi_smc_probe()
163 device_set_desc(dev, "ARM SCMI SMC Transport driver"); in scmi_smc_probe()
171 /* SCMI interface */
H A Dscmi_virtio.c40 #include <dev/virtio/scmi/virtio_scmi.h>
42 #include "scmi.h"
253 if (!ofw_bus_is_compatible(dev, "arm,scmi-virtio")) in scmi_virtio_probe()
259 device_set_desc(dev, "ARM SCMI VirtIO Transport driver"); in scmi_virtio_probe()
282 /* SCMI interface */
H A Dscmi_mailbox.c47 #include "scmi.h"
199 if (!ofw_bus_is_compatible(dev, "arm,scmi")) in scmi_mailbox_probe()
205 device_set_desc(dev, "ARM SCMI Mailbox Transport driver"); in scmi_mailbox_probe()
213 /* SCMI interface */
H A Dscmi.c55 #include "scmi.h"
58 SDT_PROVIDER_DEFINE(scmi);
59 SDT_PROBE_DEFINE3(scmi, func, scmi_req_alloc, req_alloc,
61 SDT_PROBE_DEFINE3(scmi, func, scmi_req_free_unlocked, req_alloc,
63 SDT_PROBE_DEFINE3(scmi, func, scmi_req_get, req_alloc,
65 SDT_PROBE_DEFINE3(scmi, func, scmi_req_put, req_alloc,
67 SDT_PROBE_DEFINE5(scmi, func, scmi_request_tx, xfer_track,
69 SDT_PROBE_DEFINE5(scmi, entry, scmi_wait_for_response, xfer_track,
71 SDT_PROBE_DEFINE5(scmi, exit, scmi_wait_for_response, xfer_track,
73 SDT_PROBE_DEFINE2(scmi, fun
[all...]
H A Dscmi_shmem.c49 #include "scmi.h"
75 if (!ofw_bus_is_compatible(dev, "arm,scmi-shmem")) in shmem_probe()
81 device_set_desc(dev, "ARM SCMI Shared Memory driver"); in shmem_probe()
/freebsd-src/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-scmi.dtsi45 scmi {
46 compatible = "arm,scmi";
205 compatible = "arm,scmi-shmem";
210 compatible = "arm,scmi-shmem";
215 compatible = "arm,scmi-shmem";
220 compatible = "arm,scmi-shmem";
H A Djuno-scmi.dts2 #include "juno-scmi.dtsi"
H A Djuno-r2-scmi.dts2 #include "juno-scmi.dtsi"
H A Djuno-r1-scmi.dts2 #include "juno-scmi.dtsi"
/freebsd-src/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157a-dk1-scmi.dts10 #include "stm32mp15-scmi.dtsi"
13 model = "STMicroelectronics STM32MP157A-DK1 SCMI Discovery Board";
14 compatible = "st,stm32mp157a-dk1-scmi", "st,stm32mp157";
H A Dstm32mp15-scmi.dtsi14 scmi: scmi { label
15 compatible = "linaro,scmi-optee";
H A Dstm32mp157c-dk2-scmi.dts10 #include "stm32mp15-scmi.dtsi"
13 model = "STMicroelectronics STM32MP157C-DK2 SCMI Discovery Board";
14 compatible = "st,stm32mp157c-dk2-scmi", "st,stm32mp157";
H A Dstm32mp157c-ed1-scmi.dts10 #include "stm32mp15-scmi.dtsi"
13 model = "STMicroelectronics STM32MP157C-ED1 SCMI eval daughter";
14 compatible = "st,stm32mp157c-ed1-scmi", "st,stm32mp157";
H A Dstm32mp157c-ev1-scmi.dts10 #include "stm32mp15-scmi.dtsi"
13 model = "STMicroelectronics STM32MP157C-EV1 SCMI eval daughter on eval mother";
14 compatible = "st,stm32mp157c-ev1-scmi", "st,stm32mp157c-ed1", "st,stm32mp157";
/freebsd-src/sys/contrib/device-tree/Bindings/arm/stm32/
H A Dstm32.yaml99 - st,stm32mp157c-ed1-scmi
101 - st,stm32mp157a-dk1-scmi
103 - st,stm32mp157c-dk2-scmi
111 - const: st,stm32mp157c-ev1-scmi
/freebsd-src/sys/dev/virtio/scmi/
H A Dvirtio_scmi.h2 * Virtio SCMI Device
40 /* Device implements some SCMI notifications, or delayed responses */
42 /* Device implements any SCMI statistics region */
H A Dvirtio_scmi.c28 /* Driver for VirtIO SCMI device. */
46 #include <dev/virtio/scmi/virtio_scmi.h>
122 VIRTIO_SIMPLE_PNPINFO(virtio_scmi, VIRTIO_ID_SCMI, "VirtIO SCMI Adapter");
156 /* Only one SCMI device per-agent */ in vtscmi_attach()
326 * under pressure ? (SCMI is low_freq compared to network though) in vtscmi_vq_intr()
/freebsd-src/sys/contrib/device-tree/Bindings/remoteproc/
H A Dst,stm32-rproc.yaml185 /* Hold boot managed using SCMI reset controller */
186 resets = <&scmi MCU_R>, <&scmi MCU_HOLD_BOOT_R>;
/freebsd-src/sys/contrib/device-tree/Bindings/mailbox/
H A Darm,mhu.yaml140 scmi {
141 compatible = "arm,scmi";
/freebsd-src/sys/arm64/conf/
H A Dstd.arm18 device scmi # System Control Management Interface
H A Dstd.virt23 device virtio_scmi # VirtIO SCMI device
/freebsd-src/sys/conf/
H A Dfiles.arm64280 dev/firmware/arm/scmi.c optional fdt scmi
281 dev/firmware/arm/scmi_clk.c optional fdt scmi
282 dev/firmware/arm/scmi_if.m optional fdt scmi
283 dev/firmware/arm/scmi_mailbox.c optional fdt scmi
284 dev/firmware/arm/scmi_smc.c optional fdt scmi
285 dev/firmware/arm/scmi_virtio.c optional fdt scmi virtio
286 dev/firmware/arm/scmi_shmem.c optional fdt scmi

123