Home
last modified time | relevance | path

Searched refs:UCR2_SRST (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_mxc.c51 #define UCR2_SRST (1<<0) /* SW reset */ macro
147 while (!(readl(&base->cr2) & UCR2_SRST)); in _mxc_serial_init()
172 writel(UCR2_WS | UCR2_IRTS | UCR2_RXEN | UCR2_TXEN | UCR2_SRST, in _mxc_serial_setbrg()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h553 #define UCR2_SRST (1<<0) /* SW reset */ macro