HomeSort by: relevance | last modified time | path
    Searched refs:IMX_USR2_BRCD (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imxuartreg.h 189 #define IMX_USR2_BRCD __BIT(2) /* w1c */
360 #define IMXUART_MINT_USR2 (IMX_USR2_ORE|IMX_USR2_BRCD|IMX_USR2_WAKE \
imxuart.c 1717 usr2 & (IMX_USR2_BRCD|IMX_USR2_ORE));
1718 if (usr2 & IMX_USR2_BRCD) {
1783 } while (usr2 & (IMX_USR2_RDR|IMX_USR2_BRCD));

Completed in 15 milliseconds