Searched refs:remote (Results 1 – 16 of 16) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/xilinx/common/ |
A D | ipi.c | 92 if (!is_ipi_mb_within_range(local, remote)) { in ipi_mb_validate() 115 IPI_BIT_MASK(remote)); in ipi_mb_open() 117 IPI_BIT_MASK(remote)); in ipi_mb_open() 130 IPI_BIT_MASK(remote)); in ipi_mb_release() 148 if (status & IPI_BIT_MASK(remote)) { in ipi_mb_enquire_status() 152 if (status & IPI_BIT_MASK(remote)) { in ipi_mb_enquire_status() 173 IPI_BIT_MASK(remote)); in ipi_mb_notify() 178 } while (status & IPI_BIT_MASK(remote)); in ipi_mb_notify() 193 IPI_BIT_MASK(remote)); in ipi_mb_ack() 207 IPI_BIT_MASK(remote)); in ipi_mb_disable_irq() [all …]
|
/arm-trusted-firmware-2.8.0/plat/xilinx/common/include/ |
A 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);
|
/arm-trusted-firmware-2.8.0/plat/arm/board/morello/fdts/ |
A D | morello_nt_fw_config.dts | 20 remote-ddr-size = <0x0 0x0>; 21 remote-chip-count = <0x0>;
|
/arm-trusted-firmware-2.8.0/fdts/ |
A D | n1sdp-single-chip.dts | 56 remote-endpoint = <&tda998x_0_input>; 75 remote-endpoint = <&hdlcd0_output>;
|
A D | fvp-ve-Cortex-A7x1.dts | 74 remote-endpoint = <&clcd_pads>;
|
A D | morello-soc.dts | 179 remote-endpoint = <&tda998x_0_input>; 202 remote-endpoint = <&dp_pl0_out0>;
|
A D | n1sdp-multi-chip.dts | 41 * First DRAM Bank of remote N1SDP board is mapped at 4TB + 2GB.
|
A D | tc.dts | 353 remote-endpoint = <&dp_pl0_out0>; 383 remote-endpoint = <&vencoder_in>; 502 remote-endpoint = <&vencoder_in>;
|
A D | fvp-ve-Cortex-A5x1.dts | 139 remote-endpoint = <&clcd_pads>;
|
A D | rtsm_ve-motherboard.dtsi | 252 remote-endpoint = <&panel_in>;
|
A D | fvp-base-psci-common.dtsi | 199 remote-endpoint = <&clcd_pads>;
|
/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/fdts/ |
A D | n1sdp_nt_fw_config.dts | 21 remote-ddr-size = <0x0>;
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A 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
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | qti-msm8916.rst | 26 such as the SMMUs and all remote processors (RPM, WCNSS, Venus, Modem).
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A D | coding-guidelines.rst | 48 the remote master, use: 54 If you wish to check your patch against something other than the remote master,
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 4176 - arm/sgi: Add multi-chip mode parameter in HW_CONFIG dts, macros for remote 4306 - arm/sgi: Bump bl1 RW limit, mark remote chip shared ram as non-cacheable,
|
Completed in 26 milliseconds