Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
D68328serial.c417 uart->ustcnt = USTCNT_UEN; in startup()
419 uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | USTCNT_TXEN; in startup()
426 uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | in startup()
429 uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | USTCNT_RX_INTR_MASK; in startup()
/linux-2.6.39/arch/m68k/include/asm/
DMC68EZ328.h692 #define USTCNT_UEN 0x8000 /* UART Enable */ macro
705 #define USTCNT_UARTEN USTCNT_UEN
DMC68VZ328.h786 #define USTCNT_UEN 0x8000 /* UART Enable */ macro
799 #define USTCNT_UARTEN USTCNT_UEN
DMC68328.h897 #define USTCNT_UEN USTCNT_UARTEN macro