Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 17 of 17) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/drivers/bpmp_ipc/
A Dintf.c59 struct frame_data *frame; in tegra_bpmp_get_next_out_frame() local
63 if (frame == NULL) { in tegra_bpmp_get_next_out_frame()
66 s_channel.ob = frame; in tegra_bpmp_get_next_out_frame()
69 return frame; in tegra_bpmp_get_next_out_frame()
85 struct frame_data *frame; in tegra_bpmp_slave_acked() local
89 if (frame == NULL) { in tegra_bpmp_slave_acked()
92 s_channel.ib = frame; in tegra_bpmp_slave_acked()
176 (frame == NULL)) { in tegra_bpmp_ipc_send_req_atomic()
182 frame->mrq = mrq; in tegra_bpmp_ipc_send_req_atomic()
183 frame->flags = FLAG_DO_ACK; in tegra_bpmp_ipc_send_req_atomic()
[all …]
A Divc.c223 uint32_t frame) in ivc_frame_pointer() argument
225 assert(frame < ivc->nframes); in ivc_frame_pointer()
227 calc_frame_offset(frame, ivc->frame_size, 0)); in ivc_frame_pointer()
/arm-trusted-firmware-2.8.0/drivers/arm/mhu/
A Dmhu_v2_x.c151 if (dev->frame == MHU_V2_X_RECEIVER_FRAME) { in mhu_v2_x_driver_init()
200 if (dev->frame == MHU_V2_X_SENDER_FRAME) { in mhu_v2_x_get_num_channel_implemented()
203 assert(dev->frame == MHU_V2_X_RECEIVER_FRAME); in mhu_v2_x_get_num_channel_implemented()
221 if (dev->frame == MHU_V2_X_SENDER_FRAME) { in mhu_v2_x_channel_send()
242 if (dev->frame == MHU_V2_X_SENDER_FRAME) { in mhu_v2_x_channel_poll()
263 if (dev->frame == MHU_V2_X_RECEIVER_FRAME) { in mhu_v2_x_channel_clear()
284 if (dev->frame == MHU_V2_X_RECEIVER_FRAME) { in mhu_v2_x_channel_receive()
305 if (dev->frame == MHU_V2_X_RECEIVER_FRAME) { in mhu_v2_x_channel_mask_set()
326 if (dev->frame == MHU_V2_X_RECEIVER_FRAME) { in mhu_v2_x_channel_mask_clear()
346 if (dev->frame != MHU_V2_X_SENDER_FRAME) { in mhu_v2_x_initiate_transfer()
[all …]
A Dmhu_v2_x.h34 enum mhu_v2_x_frame_t frame; member
/arm-trusted-firmware-2.8.0/common/backtrace/
A Dbacktrace.mk16 TF_CFLAGS += -fno-omit-frame-pointer
/arm-trusted-firmware-2.8.0/fdts/
A Dfvp-foundation-gicv2-psci.dts122 frame@2a830000 {
123 frame-number = <1>;
A Dfvp-foundation-gicv3-psci.dts131 frame@2a830000 {
132 frame-number = <1>;
A Da5ds.dts133 frame@1a050000 {
134 frame-number = <0>;
A Dcorstone700.dtsi106 frame@1a230000 {
107 frame-number = <0>;
A Dfvp-base-psci-common.dtsi180 frame@2a830000 {
181 frame-number = <1>;
/arm-trusted-firmware-2.8.0/docs/plat/arm/
A Darm-build-options.rst14 frame registers by setting the ``CNTCTLBase.CNTACR<N>`` register bits. The
15 frame number ``<N>`` is defined by ``PLAT_ARM_NSTIMER_FRAME_ID``, which
16 should match the frame used by the Non-Secure image (normally the Linux
17 kernel). Default is true (access to the frame is allowed).
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/m0/
A DMakefile37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common
/arm-trusted-firmware-2.8.0/docs/components/
A Ddebugfs-design.rst98 needs to allocate a physical page frame and transmit its address.
A Dsdei.rst311 written in C: compilers typically adjust the stack frame at the beginning and
330 The register ``x29`` is used as frame pointer in the prologue. Because neither a
A Darm-sip-service.rst378 page frame in its virtual space and uses this buffer to exchange string
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst250 AArch32 the format of the frame records are not defined in the AAPCS and they
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md4511 - gicv3: Enabled multi-socket GIC redistributor frame discovery and migrated
4515 discovering the corresponding redistributor base frame to each CPU itself.

Completed in 40 milliseconds