Home
last modified time | relevance | path

Searched refs:USTCNT_RXEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
D68328serial.c395 uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | USTCNT_TXEN; in startup()
402 uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | in startup()
405 uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | USTCNT_RX_INTR_MASK; in startup()
1047 uart->ustcnt &= ~USTCNT_RXEN;
1048 uart->ustcnt &= ~(USTCNT_RXEN | USTCNT_RX_INTR_MASK);
/linux-4.1.27/arch/m68k/include/asm/
DMC68EZ328.h691 #define USTCNT_RXEN 0x4000 /* Receiver Enable */ macro
DMC68328.h883 #define USTCNT_RXEN 0x4000 /* Receiver Enable */ macro
DMC68VZ328.h785 #define USTCNT_RXEN 0x4000 /* Receiver Enable */ macro