Searched refs:FIFO (Results 1 – 9 of 9) sorted by relevance
22 #define FIFO 0x28 macro
23 .. |FIFO| replace:: :term:`FIFO`
94 FIFO
4083 …- 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 3ms11125 - synopsys/emmc: Do not change FIFO TH as this breaks some platforms
101 This ASM function is used to send a character to the UART's Transmit FIFO. It takes121 This ASM function is used to read a character from the receive FIFO. It takes a pointer136 This ASM function flushes any characters, that are still in the Transmit FIFO but198 be retrieved from the receive FIFO (this implementation is disabled by default but can199 be enabled if there is a need for it). The API can also help flush the transmit FIFO304 This function is used to fetch a character from the receive FIFO that has319 This function flushes all the characters pending in the transmit FIFO of the
23 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
25 (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
174 mmio_write_32(IMX_BOOT_UART_BASE + FIFO, ~(FIFO_TXFE | FIFO_RXFE)); in lpuart32_serial_init()
153 mmio_write_32(IMX_BOOT_UART_BASE + FIFO, ~(FIFO_TXFE | FIFO_RXFE)); in lpuart32_serial_init()