Searched refs:remote (Results 1 – 12 of 12) sorted by relevance
/trusted-firmware-a-3.4.0/plat/xilinx/common/ |
D | ipi.c | 68 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/ |
D | ipi.h | 54 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/ |
D | morello_nt_fw_config.dts | 20 remote-ddr-size = <0x0 0x0>; 21 remote-chip-count = <0x0>;
|
/trusted-firmware-a-3.4.0/fdts/ |
D | n1sdp-single-chip.dts | 56 remote-endpoint = <&tda998x_0_input>; 75 remote-endpoint = <&hdlcd0_output>;
|
D | morello-soc.dts | 182 remote-endpoint = <&tda998x_0_input>; 205 remote-endpoint = <&dp_pl0_out0>;
|
D | n1sdp-multi-chip.dts | 41 * First DRAM Bank of remote N1SDP board is mapped at 4TB + 2GB.
|
D | tc.dts | 344 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/ |
D | n1sdp_nt_fw_config.dts | 21 remote-ddr-size = <0x0>;
|
/trusted-firmware-a-3.4.0/docs/components/ |
D | debugfs-design.rst | 19 `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/ |
D | qti-msm8916.rst | 26 such as the SMMUs and all remote processors (RPM, WCNSS, Venus, Modem).
|
/trusted-firmware-a-3.4.0/docs/process/ |
D | coding-guidelines.rst | 48 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/ |
D | change-log.md | 3262 - 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,
|