Home
last modified time | relevance | path

Searched refs:RTOR (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/char/
H A Dstm32l4x5_usart.c105 REG32(RTOR, 0x14)
106 FIELD(RTOR, BLEN, 24, 8) /* Block Length */
107 FIELD(RTOR, RTO, 0, 24) /* Receiver timeout value */
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_usart-test.c37 REG32(RTOR, 0x14)
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h354 #define RTOR(x) __REG2( IMX_DMAC_BASE + 0x98, (x) << 6) /* Request timeout Registers */ macro