Home
last modified time | relevance | path

Searched refs:FIFO (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/plat/imx/common/include/
H A Dimx8_lpuart.h22 #define FIFO 0x28 macro
/rk3399_ARM-atf/docs/
H A Dglobal_substitutions.txt23 .. |FIFO| replace:: :term:`FIFO`
H A Dglossary.rst94 FIFO
H A Dchange-log.md4083 …- set FIFO size to 1024 on STM32MP25 ([d5b4d5d](https://review.trustedfirmware.org/plugins/gitiles…
6961 …- define FIFO size ([b46f74d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firm…
8510 …- configure UART after TX FIFO reset ([15546db](https://review.trustedfirmware.org/plugins/gitiles…
9959 - Increase TX FIFO EMPTY timeout from 2ms to 3ms
11125 - synopsys/emmc: Do not change FIFO TH as this breaks some platforms
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst101 This ASM function is used to send a character to the UART's Transmit FIFO. It takes
121 This ASM function is used to read a character from the receive FIFO. It takes a pointer
136 This ASM function flushes any characters, that are still in the Transmit FIFO but
198 be retrieved from the receive FIFO (this implementation is disabled by default but can
199 be enabled if there is a need for it). The API can also help flush the transmit FIFO
304 This function is used to fetch a character from the receive FIFO that has
319 This function flushes all the characters pending in the transmit FIFO of the
/rk3399_ARM-atf/docs/design_documents/
H A Ddtpm_drivers.rst23 Platforms opt to use a specific messaging interface, such as |CRB| or |FIFO|,
37 via a specific TPM interface like FIFO or CRB. It also includes functions
H A Dmeasured_boot_dtpm_poc.rst25 (e.g., |FIFO| vs |CRB|).
141 - ``TPM_INTERFACE=FIFO_SPI`` specifies the use of the FIFO SPI interface.
449 Development of Discrete TPM drivers such as a reference FIFO |I2C|, MMIO, and CRB
/rk3399_ARM-atf/plat/imx/imx8qx/
H A Dimx8qx_bl31_setup.c174 mmio_write_32(IMX_BOOT_UART_BASE + FIFO, ~(FIFO_TXFE | FIFO_RXFE)); in lpuart32_serial_init()
/rk3399_ARM-atf/plat/imx/imx8qm/
H A Dimx8qm_bl31_setup.c153 mmio_write_32(IMX_BOOT_UART_BASE + FIFO, ~(FIFO_TXFE | FIFO_RXFE)); in lpuart32_serial_init()