CR_RXDIS
#define CR_RXDIS __BIT(3)
#define CR_RXDIS 0x0004 /* receiver disable */
#define CR_RXDIS (1U << 2) /* Receiver Disable */