Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-a-3.4.0/plat/xilinx/common/
Dipi.c68 static inline int is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range() argument
72 if (remote >= ipi_total || local >= ipi_total) { in is_ipi_mb_within_range()
88 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure) in ipi_mb_validate() argument
92 if (!is_ipi_mb_within_range(local, remote)) { in ipi_mb_validate()
96 } else if (IPI_IS_SECURE(remote) && !is_secure) { in ipi_mb_validate()
112 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open() argument
115 IPI_BIT_MASK(remote)); in ipi_mb_open()
117 IPI_BIT_MASK(remote)); in ipi_mb_open()
127 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release() argument
130 IPI_BIT_MASK(remote)); in ipi_mb_release()
[all …]
/trusted-firmware-a-3.4.0/plat/xilinx/common/include/
Dipi.h54 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure);
57 void ipi_mb_open(uint32_t local, uint32_t remote);
60 void ipi_mb_release(uint32_t local, uint32_t remote);
63 int ipi_mb_enquire_status(uint32_t local, uint32_t remote);
66 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking);
69 void ipi_mb_ack(uint32_t local, uint32_t remote);
72 void ipi_mb_disable_irq(uint32_t local, uint32_t remote);
75 void ipi_mb_enable_irq(uint32_t local, uint32_t remote);
/trusted-firmware-a-3.4.0/plat/arm/board/morello/fdts/
Dmorello_nt_fw_config.dts20 remote-ddr-size = <0x0 0x0>;
21 remote-chip-count = <0x0>;
/trusted-firmware-a-3.4.0/fdts/
Dn1sdp-single-chip.dts56 remote-endpoint = <&tda998x_0_input>;
75 remote-endpoint = <&hdlcd0_output>;
Dmorello-soc.dts182 remote-endpoint = <&tda998x_0_input>;
205 remote-endpoint = <&dp_pl0_out0>;
Dn1sdp-multi-chip.dts41 * First DRAM Bank of remote N1SDP board is mapped at 4TB + 2GB.
Dtc.dts344 remote-endpoint = <&dp_pl0_out0>;
374 remote-endpoint = <&vencoder_in>;
493 remote-endpoint = <&vencoder_in>;
/trusted-firmware-a-3.4.0/plat/arm/board/n1sdp/fdts/
Dn1sdp_nt_fw_config.dts21 remote-ddr-size = <0x0>;
/trusted-firmware-a-3.4.0/docs/components/
Ddebugfs-design.rst19 `Linux 9p remote filesystem protocol`_).
124 .. _Linux 9p remote filesystem protocol: https://www.kernel.org/doc/Documentation/filesystems/9p.txt
/trusted-firmware-a-3.4.0/docs/plat/
Dqti-msm8916.rst26 such as the SMMUs and all remote processors (RPM, WCNSS, Venus, Modem).
/trusted-firmware-a-3.4.0/docs/process/
Dcoding-guidelines.rst48 the remote master, use:
54 If you wish to check your patch against something other than the remote master,
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md3262 - arm/sgi: Add multi-chip mode parameter in HW_CONFIG dts, macros for remote
3392 - arm/sgi: Bump bl1 RW limit, mark remote chip shared ram as non-cacheable,