Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dmailbox.txt26 - shmem : List of phandle pointing to the shared memory(SHM) area between the
39 Example with shared memory(shmem):
49 cl_shmem: shmem@0 {
50 compatible = "client-shmem";
58 shmem = <&cl_shmem>;
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Darm,scmi.txt22 - shmem : List of phandle pointing to the shared memory(SHM) area as per
44 mboxes, mbox-names and shmem shall be present in the sub-node corresponding
99 - compatible : should be "arm,scmi-shmem" for Non-secure SRAM based
119 cpu_scp_lpri: scp-shmem@0 {
120 compatible = "arm,scmi-shmem";
124 cpu_scp_hpri: scp-shmem@200 {
125 compatible = "arm,scmi-shmem";
144 shmem = <&cpu_scp_lpri &cpu_scp_hpri>;
H A Darm,scpi.txt17 - shmem : List of phandle pointing to the shared memory(SHM) area between the
71 - compatible : should be "arm,scp-shmem" for Non-secure SRAM based
125 cpu_scp_lpri: scp-shmem@0 {
126 compatible = "arm,juno-scp-shmem";
130 cpu_scp_hpri: scp-shmem@200 {
131 compatible = "arm,juno-scp-shmem";
144 shmem = <&cpu_scp_lpri &cpu_scp_hpri>;
H A Damlogic,scpi.txt17 - compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared
H A Djuno,scpi.txt14 - compatible : should be "arm,juno-scp-shmem" for Non-secure SRAM based
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt16 - shmem : List of the phandle of the TX and RX shared memory area that
80 cpu_bpmp_tx: shmem@4e000 {
81 compatible = "nvidia,tegra186-bpmp-shmem";
87 cpu_bpmp_rx: shmem@4f000 {
88 compatible = "nvidia,tegra186-bpmp-shmem";
98 shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>;
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dxen,shared-memory.txt10 xen-shmem@<address> and has the following properties:
/f-stack/freebsd/contrib/device-tree/Bindings/sram/
H A Dsram.yaml77 - amlogic,meson-gxbb-scp-shmem
78 - amlogic,meson-axg-scp-shmem
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gx.dtsi235 shmem = <&cpu_scp_lpri &cpu_scp_hpri>;
421 compatible = "amlogic,meson-gxbb-scp-shmem";
426 compatible = "amlogic,meson-gxbb-scp-shmem";
H A Dmeson-axg.dtsi149 shmem = <&cpu_scp_lpri &cpu_scp_hpri>;
1747 compatible = "amlogic,meson-axg-scp-shmem";
1752 compatible = "amlogic,meson-axg-scp-shmem";
/f-stack/freebsd/contrib/device-tree/src/arm64/arm/
H A Djuno-base.dtsi525 compatible = "arm,juno-scp-shmem";
530 compatible = "arm,juno-scp-shmem";
562 shmem = <&cpu_scp_hpri>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dam5729-beagleboneai.dts515 compatible = "ti,pruss-shmem";
521 compatible = "ti,pruss-shmem";
/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra186.dtsi1299 shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>;
H A Dtegra194.dtsi1864 shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>;
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c6044 uint32_t shmem; in bnx2x_reset_mcp_prep() local
6051 shmem = REG_RD(sc, MISC_REG_SHARED_MEM_ADDR); in bnx2x_reset_mcp_prep()
6056 if (shmem > 0) { in bnx2x_reset_mcp_prep()
6057 REG_WR(sc, shmem + validity_offset, 0); in bnx2x_reset_mcp_prep()